Html Css Color HEX #AC8629 Reef Gold

📋 copy color: '#AC8629'

red 172 ◦ green 134 ◦ blue 41

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

Shades of Reef Gold #AC8629

Tints of Reef Gold #AC8629

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.62%

 BLUE value IS 41 (16.41% from 255) = 11.82%

R = 49.57%
G = 38.62%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC8629 (or 0xAC8629) is known color: Reef Gold. HEX triplet: AC, 86 and 29. RGB value is (172,134,41). Sum of RGB (Red+Green+Blue) = 172+134+41=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8629 is #5379D6. Grayscale: #878787. Windows color (decimal): -5470679 or 2721452. OLE color: 2721452.

HSL color Cylindrical-coordinate representation of color #AC8629: hue angle of 42.6º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC8629 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 134 41 -
CMYK 0 0.22 0.76 0.33
HSL 42.6º 0.62% 0.42% -
HSV(B) 42.6º 0.76% 0.67% -
XYZ 25.94 25.98 5.75 -
YUV 134.76 75.09 154.56 -
System Red Green Blue C M Y K H S L
Decimal 172 134 41 0 0.22 0.76 0.33 42.6 0.62 0.42
Hex AC 86 29 0 16 4C 21 2B 3E 2A
Octal 254 206 51 0 26 114 41 53 76 52
Binary 10101100 10000110 101001 0 10110 1001100 100001 101011 111110 101010

Color Harmonies of #AC8629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8629

Black with #AC8629

Text Example


Text Example

White with #AC8629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8629; }

 p { color: rgb(172,134,41); }

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

background-color css

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

 a { background-color: rgb(172,134,41); }

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

border-color css

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

 span { border-color: rgb(172,134,41); }

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