Html Css Color HEX #ACA24D Brass

📋 copy color: '#ACA24D'

red 172 ◦ green 162 ◦ blue 77

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

Shades of Brass #ACA24D

Tints of Brass #ACA24D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.42%

 BLUE value IS 77 (30.47% from 255) = 18.73%

R = 41.85%
G = 39.42%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#ACA24D (or 0xACA24D) is known color: Brass. HEX triplet: AC, A2 and 4D. RGB value is (172,162,77). Sum of RGB (Red+Green+Blue) = 172+162+77=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA24D is #535DB2. Grayscale: #9B9B9B. Windows color (decimal): -5463475 or 5087916. OLE color: 5087916.

HSL color Cylindrical-coordinate representation of color #ACA24D: hue angle of 53.68º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACA24D is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 162 77 -
CMYK 0 0.06 0.55 0.33
HSL 53.68º 0.38% 0.49% -
HSV(B) 53.68º 0.55% 0.67% -
XYZ 31.27 35.15 12.16 -
YUV 155.3 83.81 139.91 -
System Red Green Blue C M Y K H S L
Decimal 172 162 77 0 0.06 0.55 0.33 53.68 0.38 0.49
Hex AC A2 4D 0 6 37 21 36 26 31
Octal 254 242 115 0 6 67 41 66 46 61
Binary 10101100 10100010 1001101 0 110 110111 100001 110110 100110 110001

Color Harmonies of #ACA24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA24D

Black with #ACA24D

Text Example


Text Example

White with #ACA24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA24D; }

 p { color: rgb(172,162,77); }

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

background-color css

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

 a { background-color: rgb(172,162,77); }

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

border-color css

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

 span { border-color: rgb(172,162,77); }

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