Html Css Color HEX #ABA845 Brass

📋 copy color: '#ABA845'

red 171 ◦ green 168 ◦ blue 69

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

Shades of Brass #ABA845

Tints of Brass #ABA845

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.18%

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

R = 41.91%
G = 41.18%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#ABA845 (or 0xABA845) is known color: Brass. HEX triplet: AB, A8 and 45. RGB value is (171,168,69). Sum of RGB (Red+Green+Blue) = 171+168+69=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA845 is #5457BA. Grayscale: #9E9E9E. Windows color (decimal): -5527483 or 4565163. OLE color: 4565163.

HSL color Cylindrical-coordinate representation of color #ABA845: hue angle of 58.24º 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 #ABA845 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 168 69 -
CMYK 0 0.02 0.60 0.33
HSL 58.24º 0.43% 0.47% -
HSV(B) 58.24º 0.6% 0.67% -
XYZ 31.87 37.09 11.11 -
YUV 157.61 77.99 137.55 -
System Red Green Blue C M Y K H S L
Decimal 171 168 69 0 0.02 0.60 0.33 58.24 0.43 0.47
Hex AB A8 45 0 2 3C 21 3A 2A 2F
Octal 253 250 105 0 2 74 41 72 52 57
Binary 10101011 10101000 1000101 0 10 111100 100001 111010 101010 101111

Color Harmonies of #ABA845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA845

Black with #ABA845

Text Example


Text Example

White with #ABA845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA845; }

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

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

background-color css

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

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

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

border-color css

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

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

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