Html Css Color HEX #AC8D37 Reef Gold

📋 copy color: '#AC8D37'

red 172 ◦ green 141 ◦ blue 55

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

Shades of Reef Gold #AC8D37

Tints of Reef Gold #AC8D37

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.32%

 BLUE value IS 55 (21.88% from 255) = 14.95%

R = 46.74%
G = 38.32%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC8D37 (or 0xAC8D37) is known color: Reef Gold. HEX triplet: AC, 8D and 37. RGB value is (172,141,55). Sum of RGB (Red+Green+Blue) = 172+141+55=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 55 (21.88% from 255 or 14.95% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D37 is #5372C8. Grayscale: #8C8C8C. Windows color (decimal): -5468873 or 3640748. OLE color: 3640748.

HSL color Cylindrical-coordinate representation of color #AC8D37: hue angle of 44.1º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC8D37 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 141 55 -
CMYK 0 0.18 0.68 0.33
HSL 44.1º 0.52% 0.45% -
HSV(B) 44.1º 0.68% 0.67% -
XYZ 27.23 28.1 7.6 -
YUV 140.47 79.77 150.49 -
System Red Green Blue C M Y K H S L
Decimal 172 141 55 0 0.18 0.68 0.33 44.1 0.52 0.45
Hex AC 8D 37 0 12 44 21 2C 34 2D
Octal 254 215 67 0 22 104 41 54 64 55
Binary 10101100 10001101 110111 0 10010 1000100 100001 101100 110100 101101

Color Harmonies of #AC8D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D37

Black with #AC8D37

Text Example


Text Example

White with #AC8D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D37; }

 p { color: rgb(172,141,55); }

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

background-color css

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

 a { background-color: rgb(172,141,55); }

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

border-color css

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

 span { border-color: rgb(172,141,55); }

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