Html Css Color HEX #AC8630 Reef Gold

📋 copy color: '#AC8630'

red 172 ◦ green 134 ◦ blue 48

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

Shades of Reef Gold #AC8630

Tints of Reef Gold #AC8630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.56%

R = 48.59%
G = 37.85%
B = 13.56%

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

#AC8630 (or 0xAC8630) is known color: Reef Gold. HEX triplet: AC, 86 and 30. RGB value is (172,134,48). Sum of RGB (Red+Green+Blue) = 172+134+48=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8630 is #5379CF. Grayscale: #878787. Windows color (decimal): -5470672 or 3180204. OLE color: 3180204.

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

Color convert

RGB 172 134 48 -
CMYK 0 0.22 0.72 0.33
HSL 41.61º 0.56% 0.43% -
HSV(B) 41.61º 0.72% 0.67% -
XYZ 26.07 26.03 6.45 -
YUV 135.56 78.59 153.99 -
System Red Green Blue C M Y K H S L
Decimal 172 134 48 0 0.22 0.72 0.33 41.61 0.56 0.43
Hex AC 86 30 0 16 48 21 2A 38 2B
Octal 254 206 60 0 26 110 41 52 70 53
Binary 10101100 10000110 110000 0 10110 1001000 100001 101010 111000 101011

Color Harmonies of #AC8630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8630

Black with #AC8630

Text Example


Text Example

White with #AC8630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8630; }

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

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

background-color css

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

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

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

border-color css

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

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

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