Html Css Color HEX #AC8631 Reef Gold

📋 copy color: '#AC8631'

red 172 ◦ green 134 ◦ blue 49

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

Shades of Reef Gold #AC8631

Tints of Reef Gold #AC8631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.8%

R = 48.45%
G = 37.75%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC8631 (or 0xAC8631) is known color: Reef Gold. HEX triplet: AC, 86 and 31. RGB value is (172,134,49). Sum of RGB (Red+Green+Blue) = 172+134+49=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8631 is #5379CE. Grayscale: #888888. Windows color (decimal): -5470671 or 3245740. OLE color: 3245740.

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

Color convert

RGB 172 134 49 -
CMYK 0 0.22 0.72 0.33
HSL 41.46º 0.56% 0.43% -
HSV(B) 41.46º 0.72% 0.67% -
XYZ 26.09 26.04 6.56 -
YUV 135.67 79.09 153.91 -
System Red Green Blue C M Y K H S L
Decimal 172 134 49 0 0.22 0.72 0.33 41.46 0.56 0.43
Hex AC 86 31 0 16 48 21 29 38 2B
Octal 254 206 61 0 26 110 41 51 70 53
Binary 10101100 10000110 110001 0 10110 1001000 100001 101001 111000 101011

Color Harmonies of #AC8631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8631

Black with #AC8631

Text Example


Text Example

White with #AC8631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8631; }

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

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

background-color css

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

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

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

border-color css

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

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

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