Html Css Color HEX #ACAE42 Brass

📋 copy color: '#ACAE42'

red 172 ◦ green 174 ◦ blue 66

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

Shades of Brass #ACAE42

Tints of Brass #ACAE42

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.23%

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

R = 41.75%
G = 42.23%
B = 16.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#ACAE42 (or 0xACAE42) is known color: Brass. HEX triplet: AC, AE and 42. RGB value is (172,174,66). Sum of RGB (Red+Green+Blue) = 172+174+66=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAE42 is #5351BD. Grayscale: #A1A1A1. Windows color (decimal): -5460414 or 4370092. OLE color: 4370092.

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

Color convert

RGB 172 174 66 -
CMYK 0.01 0 0.62 0.32
HSL 61.11º 0.45% 0.47% -
HSV(B) 61.11º 0.62% 0.68% -
XYZ 33.13 39.44 11.02 -
YUV 161.09 74.34 135.78 -
System Red Green Blue C M Y K H S L
Decimal 172 174 66 0.01 0 0.62 0.32 61.11 0.45 0.47
Hex AC AE 42 1 0 3E 20 3D 2D 2F
Octal 254 256 102 1 0 76 40 75 55 57
Binary 10101100 10101110 1000010 1 0 111110 100000 111101 101101 101111

Color Harmonies of #ACAE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAE42

Black with #ACAE42

Text Example


Text Example

White with #ACAE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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