Html Css Color HEX #AC8928 Reef Gold

📋 copy color: '#AC8928'

red 172 ◦ green 137 ◦ blue 40

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

Shades of Reef Gold #AC8928

Tints of Reef Gold #AC8928

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.26%

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

R = 49.28%
G = 39.26%
B = 11.46%

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

#AC8928 (or 0xAC8928) is known color: Reef Gold. HEX triplet: AC, 89 and 28. RGB value is (172,137,40). Sum of RGB (Red+Green+Blue) = 172+137+40=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8928 is #5376D7. Grayscale: #888888. Windows color (decimal): -5469912 or 2656684. OLE color: 2656684.

HSL color Cylindrical-coordinate representation of color #AC8928: hue angle of 44.09º 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 #AC8928 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 137 40 -
CMYK 0 0.20 0.77 0.33
HSL 44.09º 0.62% 0.42% -
HSV(B) 44.09º 0.77% 0.67% -
XYZ 26.34 26.82 5.79 -
YUV 136.41 73.6 153.39 -
System Red Green Blue C M Y K H S L
Decimal 172 137 40 0 0.20 0.77 0.33 44.09 0.62 0.42
Hex AC 89 28 0 14 4D 21 2C 3E 2A
Octal 254 211 50 0 24 115 41 54 76 52
Binary 10101100 10001001 101000 0 10100 1001101 100001 101100 111110 101010

Color Harmonies of #AC8928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8928

Black with #AC8928

Text Example


Text Example

White with #AC8928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8928; }

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

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

background-color css

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

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

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

border-color css

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

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

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