Html Css Color HEX #AC8A27 Reef Gold

📋 copy color: '#AC8A27'

red 172 ◦ green 138 ◦ blue 39

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

Shades of Reef Gold #AC8A27

Tints of Reef Gold #AC8A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.17%

R = 49.28%
G = 39.54%
B = 11.17%

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

#AC8A27 (or 0xAC8A27) is known color: Reef Gold. HEX triplet: AC, 8A and 27. RGB value is (172,138,39). Sum of RGB (Red+Green+Blue) = 172+138+39=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A27 is #5375D8. Grayscale: #898989. Windows color (decimal): -5469657 or 2591404. OLE color: 2591404.

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

Color convert

RGB 172 138 39 -
CMYK 0 0.20 0.77 0.33
HSL 44.66º 0.63% 0.41% -
HSV(B) 44.66º 0.77% 0.67% -
XYZ 26.47 27.09 5.75 -
YUV 136.88 72.76 153.05 -
System Red Green Blue C M Y K H S L
Decimal 172 138 39 0 0.20 0.77 0.33 44.66 0.63 0.41
Hex AC 8A 27 0 14 4D 21 2D 3F 29
Octal 254 212 47 0 24 115 41 55 77 51
Binary 10101100 10001010 100111 0 10100 1001101 100001 101101 111111 101001

Color Harmonies of #AC8A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A27

Black with #AC8A27

Text Example


Text Example

White with #AC8A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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