Html Css Color HEX #AC8D2A Reef Gold

📋 copy color: '#AC8D2A'

red 172 ◦ green 141 ◦ blue 42

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

Shades of Reef Gold #AC8D2A

Tints of Reef Gold #AC8D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.83%

R = 48.45%
G = 39.72%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC8D2A (or 0xAC8D2A) is known color: Reef Gold. HEX triplet: AC, 8D and 2A. RGB value is (172,141,42). Sum of RGB (Red+Green+Blue) = 172+141+42=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D2A is #5372D5. Grayscale: #8B8B8B. Windows color (decimal): -5468886 or 2788780. OLE color: 2788780.

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

Color convert

RGB 172 141 42 -
CMYK 0 0.18 0.76 0.33
HSL 45.69º 0.61% 0.42% -
HSV(B) 45.69º 0.76% 0.67% -
XYZ 26.96 27.99 6.17 -
YUV 138.98 73.27 151.55 -
System Red Green Blue C M Y K H S L
Decimal 172 141 42 0 0.18 0.76 0.33 45.69 0.61 0.42
Hex AC 8D 2A 0 12 4C 21 2E 3D 2A
Octal 254 215 52 0 22 114 41 56 75 52
Binary 10101100 10001101 101010 0 10010 1001100 100001 101110 111101 101010

Color Harmonies of #AC8D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D2A

Black with #AC8D2A

Text Example


Text Example

White with #AC8D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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