Html Css Color HEX #ACAB36 Brass

📋 copy color: '#ACAB36'

red 172 ◦ green 171 ◦ blue 54

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

Shades of Brass #ACAB36

Tints of Brass #ACAB36

RGB

 RED value IS 172 (67.58% from 255) = 43.32%

 GREEN value IS 171 (67.19% from 255) = 43.07%

 BLUE value IS 54 (21.48% from 255) = 13.6%

R = 43.32%
G = 43.07%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#ACAB36 (or 0xACAB36) is known color: Brass. HEX triplet: AC, AB and 36. RGB value is (172,171,54). Sum of RGB (Red+Green+Blue) = 172+171+54=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB36 is #5354C9. Grayscale: #9E9E9E. Windows color (decimal): -5461194 or 3582892. OLE color: 3582892.

HSL color Cylindrical-coordinate representation of color #ACAB36: hue angle of 59.49º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACAB36 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 171 54 -
CMYK 0 0.01 0.69 0.33
HSL 59.49º 0.52% 0.44% -
HSV(B) 59.49º 0.69% 0.67% -
XYZ 32.24 38.16 9.16 -
YUV 157.96 69.33 138.01 -
System Red Green Blue C M Y K H S L
Decimal 172 171 54 0 0.01 0.69 0.33 59.49 0.52 0.44
Hex AC AB 36 0 1 45 21 3B 34 2C
Octal 254 253 66 0 1 105 41 73 64 54
Binary 10101100 10101011 110110 0 1 1000101 100001 111011 110100 101100

Color Harmonies of #ACAB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB36

Black with #ACAB36

Text Example


Text Example

White with #ACAB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB36; }

 p { color: rgb(172,171,54); }

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

background-color css

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

 a { background-color: rgb(172,171,54); }

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

border-color css

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

 span { border-color: rgb(172,171,54); }

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