Html Css Color HEX #AC852D Reef Gold

📋 copy color: '#AC852D'

red 172 ◦ green 133 ◦ blue 45

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

Shades of Reef Gold #AC852D

Tints of Reef Gold #AC852D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38%

 BLUE value IS 45 (17.97% from 255) = 12.86%

R = 49.14%
G = 38%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC852D (or 0xAC852D) is known color: Reef Gold. HEX triplet: AC, 85 and 2D. RGB value is (172,133,45). Sum of RGB (Red+Green+Blue) = 172+133+45=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC852D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC852D is #537AD2. Grayscale: #878787. Windows color (decimal): -5470931 or 2983340. OLE color: 2983340.

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

Color convert

RGB 172 133 45 -
CMYK 0 0.23 0.74 0.33
HSL 41.57º 0.59% 0.43% -
HSV(B) 41.57º 0.74% 0.67% -
XYZ 25.87 25.74 6.09 -
YUV 134.63 77.42 154.66 -
System Red Green Blue C M Y K H S L
Decimal 172 133 45 0 0.23 0.74 0.33 41.57 0.59 0.43
Hex AC 85 2D 0 17 4A 21 2A 3B 2B
Octal 254 205 55 0 27 112 41 52 73 53
Binary 10101100 10000101 101101 0 10111 1001010 100001 101010 111011 101011

Color Harmonies of #AC852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC852D

Black with #AC852D

Text Example


Text Example

White with #AC852D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC852D; }

 p { color: rgb(172,133,45); }

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

background-color css

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

 a { background-color: rgb(172,133,45); }

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

border-color css

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

 span { border-color: rgb(172,133,45); }

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