Html Css Color HEX #AC882D Reef Gold

📋 copy color: '#AC882D'

red 172 ◦ green 136 ◦ blue 45

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

Shades of Reef Gold #AC882D

Tints of Reef Gold #AC882D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.53%

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

R = 48.73%
G = 38.53%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC882D (or 0xAC882D) is known color: Reef Gold. HEX triplet: AC, 88 and 2D. RGB value is (172,136,45). Sum of RGB (Red+Green+Blue) = 172+136+45=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC882D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC882D is #5377D2. Grayscale: #888888. Windows color (decimal): -5470163 or 2984108. OLE color: 2984108.

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

Color convert

RGB 172 136 45 -
CMYK 0 0.21 0.74 0.33
HSL 42.99º 0.59% 0.43% -
HSV(B) 42.99º 0.74% 0.67% -
XYZ 26.29 26.57 6.23 -
YUV 136.39 76.43 153.4 -
System Red Green Blue C M Y K H S L
Decimal 172 136 45 0 0.21 0.74 0.33 42.99 0.59 0.43
Hex AC 88 2D 0 15 4A 21 2B 3B 2B
Octal 254 210 55 0 25 112 41 53 73 53
Binary 10101100 10001000 101101 0 10101 1001010 100001 101011 111011 101011

Color Harmonies of #AC882D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC882D

Black with #AC882D

Text Example


Text Example

White with #AC882D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC882D; }

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

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

background-color css

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

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

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

border-color css

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

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

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