Html Css Color HEX #ACAF42 Brass

📋 copy color: '#ACAF42'

red 172 ◦ green 175 ◦ blue 66

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

Shades of Brass #ACAF42

Tints of Brass #ACAF42

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.37%

 BLUE value IS 66 (26.17% from 255) = 15.98%

R = 41.65%
G = 42.37%
B = 15.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#ACAF42 (or 0xACAF42) is known color: Brass. HEX triplet: AC, AF and 42. RGB value is (172,175,66). Sum of RGB (Red+Green+Blue) = 172+175+66=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAF42 is #5350BD. Grayscale: #A2A2A2. Windows color (decimal): -5460158 or 4370348. OLE color: 4370348.

HSL color Cylindrical-coordinate representation of color #ACAF42: hue angle of 61.65º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACAF42 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 175 66 -
CMYK 0.02 0 0.62 0.31
HSL 61.65º 0.45% 0.47% -
HSV(B) 61.65º 0.62% 0.69% -
XYZ 33.33 39.82 11.08 -
YUV 161.68 74.01 135.36 -
System Red Green Blue C M Y K H S L
Decimal 172 175 66 0.02 0 0.62 0.31 61.65 0.45 0.47
Hex AC AF 42 2 0 3E 1F 3E 2D 2F
Octal 254 257 102 2 0 76 37 76 55 57
Binary 10101100 10101111 1000010 10 0 111110 11111 111110 101101 101111

Color Harmonies of #ACAF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAF42

Black with #ACAF42

Text Example


Text Example

White with #ACAF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAF42; }

 p { color: rgb(172,175,66); }

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

background-color css

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

 a { background-color: rgb(172,175,66); }

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

border-color css

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

 span { border-color: rgb(172,175,66); }

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