Html Css Color HEX #AC842E Reef Gold

📋 copy color: '#AC842E'

red 172 ◦ green 132 ◦ blue 46

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

Shades of Reef Gold #AC842E

Tints of Reef Gold #AC842E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.71%

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

R = 49.14%
G = 37.71%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC842E (or 0xAC842E) is known color: Reef Gold. HEX triplet: AC, 84 and 2E. RGB value is (172,132,46). Sum of RGB (Red+Green+Blue) = 172+132+46=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC842E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC842E is #537BD1. Grayscale: #868686. Windows color (decimal): -5471186 or 3048620. OLE color: 3048620.

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

Color convert

RGB 172 132 46 -
CMYK 0 0.23 0.73 0.33
HSL 40.95º 0.58% 0.43% -
HSV(B) 40.95º 0.73% 0.67% -
XYZ 25.76 25.47 6.14 -
YUV 134.16 78.25 154.99 -
System Red Green Blue C M Y K H S L
Decimal 172 132 46 0 0.23 0.73 0.33 40.95 0.58 0.43
Hex AC 84 2E 0 17 49 21 29 3A 2B
Octal 254 204 56 0 27 111 41 51 72 53
Binary 10101100 10000100 101110 0 10111 1001001 100001 101001 111010 101011

Color Harmonies of #AC842E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC842E

Black with #AC842E

Text Example


Text Example

White with #AC842E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC842E; }

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

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

background-color css

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

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

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

border-color css

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

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

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