Html Css Color HEX #AC8B2D Reef Gold

📋 copy color: '#AC8B2D'

red 172 ◦ green 139 ◦ blue 45

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

Shades of Reef Gold #AC8B2D

Tints of Reef Gold #AC8B2D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.04%

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

R = 48.31%
G = 39.04%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC8B2D (or 0xAC8B2D) is known color: Reef Gold. HEX triplet: AC, 8B and 2D. RGB value is (172,139,45). Sum of RGB (Red+Green+Blue) = 172+139+45=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8B2D is #5374D2. Grayscale: #8A8A8A. Windows color (decimal): -5469395 or 2984876. OLE color: 2984876.

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

Color convert

RGB 172 139 45 -
CMYK 0 0.19 0.74 0.33
HSL 44.41º 0.59% 0.43% -
HSV(B) 44.41º 0.74% 0.67% -
XYZ 26.72 27.43 6.37 -
YUV 138.15 75.43 152.14 -
System Red Green Blue C M Y K H S L
Decimal 172 139 45 0 0.19 0.74 0.33 44.41 0.59 0.43
Hex AC 8B 2D 0 13 4A 21 2C 3B 2B
Octal 254 213 55 0 23 112 41 54 73 53
Binary 10101100 10001011 101101 0 10011 1001010 100001 101100 111011 101011

Color Harmonies of #AC8B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8B2D

Black with #AC8B2D

Text Example


Text Example

White with #AC8B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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