Html Css Color HEX #ACAF40 Brass

📋 copy color: '#ACAF40'

red 172 ◦ green 175 ◦ blue 64

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

Shades of Brass #ACAF40

Tints of Brass #ACAF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.57%

R = 41.85%
G = 42.58%
B = 15.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#ACAF40 (or 0xACAF40) is known color: Brass. HEX triplet: AC, AF and 40. RGB value is (172,175,64). Sum of RGB (Red+Green+Blue) = 172+175+64=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAF40 is #5350BF. Grayscale: #A1A1A1. Windows color (decimal): -5460160 or 4239276. OLE color: 4239276.

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

Color convert

RGB 172 175 64 -
CMYK 0.02 0 0.63 0.31
HSL 61.62º 0.46% 0.47% -
HSV(B) 61.62º 0.63% 0.69% -
XYZ 33.27 39.8 10.78 -
YUV 161.45 73.01 135.53 -
System Red Green Blue C M Y K H S L
Decimal 172 175 64 0.02 0 0.63 0.31 61.62 0.46 0.47
Hex AC AF 40 2 0 3F 1F 3E 2E 2F
Octal 254 257 100 2 0 77 37 76 56 57
Binary 10101100 10101111 1000000 10 0 111111 11111 111110 101110 101111

Color Harmonies of #ACAF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAF40

Black with #ACAF40

Text Example


Text Example

White with #ACAF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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