Html Css Color HEX #AC8A2E Reef Gold

📋 copy color: '#AC8A2E'

red 172 ◦ green 138 ◦ blue 46

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

Shades of Reef Gold #AC8A2E

Tints of Reef Gold #AC8A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.92%

R = 48.31%
G = 38.76%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC8A2E (or 0xAC8A2E) is known color: Reef Gold. HEX triplet: AC, 8A and 2E. RGB value is (172,138,46). Sum of RGB (Red+Green+Blue) = 172+138+46=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A2E is #5375D1. Grayscale: #8A8A8A. Windows color (decimal): -5469650 or 3050156. OLE color: 3050156.

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

Color convert

RGB 172 138 46 -
CMYK 0 0.20 0.73 0.33
HSL 43.81º 0.58% 0.43% -
HSV(B) 43.81º 0.73% 0.67% -
XYZ 26.59 27.14 6.42 -
YUV 137.68 76.26 152.48 -
System Red Green Blue C M Y K H S L
Decimal 172 138 46 0 0.20 0.73 0.33 43.81 0.58 0.43
Hex AC 8A 2E 0 14 49 21 2C 3A 2B
Octal 254 212 56 0 24 111 41 54 72 53
Binary 10101100 10001010 101110 0 10100 1001001 100001 101100 111010 101011

Color Harmonies of #AC8A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A2E

Black with #AC8A2E

Text Example


Text Example

White with #AC8A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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