Html Css Color HEX #AC8A28 Reef Gold

📋 copy color: '#AC8A28'

red 172 ◦ green 138 ◦ blue 40

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

Shades of Reef Gold #AC8A28

Tints of Reef Gold #AC8A28

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.43%

 BLUE value IS 40 (16.02% from 255) = 11.43%

R = 49.14%
G = 39.43%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC8A28 (or 0xAC8A28) is known color: Reef Gold. HEX triplet: AC, 8A and 28. RGB value is (172,138,40). Sum of RGB (Red+Green+Blue) = 172+138+40=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A28 is #5375D7. Grayscale: #898989. Windows color (decimal): -5469656 or 2656940. OLE color: 2656940.

HSL color Cylindrical-coordinate representation of color #AC8A28: hue angle of 44.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC8A28 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 138 40 -
CMYK 0 0.20 0.77 0.33
HSL 44.55º 0.62% 0.42% -
HSV(B) 44.55º 0.77% 0.67% -
XYZ 26.48 27.1 5.84 -
YUV 136.99 73.26 152.97 -
System Red Green Blue C M Y K H S L
Decimal 172 138 40 0 0.20 0.77 0.33 44.55 0.62 0.42
Hex AC 8A 28 0 14 4D 21 2D 3E 2A
Octal 254 212 50 0 24 115 41 55 76 52
Binary 10101100 10001010 101000 0 10100 1001101 100001 101101 111110 101010

Color Harmonies of #AC8A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A28

Black with #AC8A28

Text Example


Text Example

White with #AC8A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A28; }

 p { color: rgb(172,138,40); }

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

background-color css

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

 a { background-color: rgb(172,138,40); }

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

border-color css

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

 span { border-color: rgb(172,138,40); }

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