Html Css Color HEX #ABAA45 Brass

📋 copy color: '#ABAA45'

red 171 ◦ green 170 ◦ blue 69

#ABAA45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #ABAA45

Tints of Brass #ABAA45

RGB

 RED value IS 171 (67.19% from 255) = 41.71%

 GREEN value IS 170 (66.8% from 255) = 41.46%

 BLUE value IS 69 (27.34% from 255) = 16.83%

R = 41.71%
G = 41.46%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ABAA45 (or 0xABAA45) is known color: Brass. HEX triplet: AB, AA and 45. RGB value is (171,170,69). Sum of RGB (Red+Green+Blue) = 171+170+69=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA45 is #5455BA. Grayscale: #9F9F9F. Windows color (decimal): -5526971 or 4565675. OLE color: 4565675.

HSL color Cylindrical-coordinate representation of color #ABAA45: hue angle of 59.41º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABAA45 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 170 69 -
CMYK 0 0.01 0.60 0.33
HSL 59.41º 0.43% 0.47% -
HSV(B) 59.41º 0.6% 0.67% -
XYZ 32.24 37.84 11.23 -
YUV 158.79 77.33 136.71 -
System Red Green Blue C M Y K H S L
Decimal 171 170 69 0 0.01 0.60 0.33 59.41 0.43 0.47
Hex AB AA 45 0 1 3C 21 3B 2A 2F
Octal 253 252 105 0 1 74 41 73 52 57
Binary 10101011 10101010 1000101 0 1 111100 100001 111011 101010 101111

Color Harmonies of #ABAA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA45

Black with #ABAA45

Text Example


Text Example

White with #ABAA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA45; }

 p { color: rgb(171,170,69); }

 H1.HeaderClassName
 {
   color: #ABAA45;
 }
 .AnyTagClassName
 {
   color: #ABAA45;
 }
</style>

background-color css

<style>
 a { background-color: #ABAA45; }

 a { background-color: rgb(171,170,69); }

 div.DivClassName
 {
   background-color: #ABAA45;
 }
 .BgClassName
 {
   background-color: #ABAA45;
 }
</style>

border-color css

<style>
 span { border-color: #ABAA45; }

 span { border-color: rgb(171,170,69); }

 td.TdClassName
 {
   border-color: #ABAA45;
 }
 .TagClassName
 {
   border-color: #ABAA45;
 }
</style>