Html Css Color HEX #AC8C27 Reef Gold

📋 copy color: '#AC8C27'

red 172 ◦ green 140 ◦ blue 39

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

Shades of Reef Gold #AC8C27

Tints of Reef Gold #AC8C27

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.89%

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

R = 49%
G = 39.89%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC8C27 (or 0xAC8C27) is known color: Reef Gold. HEX triplet: AC, 8C and 27. RGB value is (172,140,39). Sum of RGB (Red+Green+Blue) = 172+140+39=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8C27 is #5373D8. Grayscale: #8A8A8A. Windows color (decimal): -5469145 or 2591916. OLE color: 2591916.

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

Color convert

RGB 172 140 39 -
CMYK 0 0.19 0.77 0.33
HSL 45.56º 0.63% 0.41% -
HSV(B) 45.56º 0.77% 0.67% -
XYZ 26.76 27.67 5.85 -
YUV 138.05 72.1 152.21 -
System Red Green Blue C M Y K H S L
Decimal 172 140 39 0 0.19 0.77 0.33 45.56 0.63 0.41
Hex AC 8C 27 0 13 4D 21 2E 3F 29
Octal 254 214 47 0 23 115 41 56 77 51
Binary 10101100 10001100 100111 0 10011 1001101 100001 101110 111111 101001

Color Harmonies of #AC8C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C27

Black with #AC8C27

Text Example


Text Example

White with #AC8C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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