Html Css Color HEX #A08336 Reef Gold

📋 copy color: '#A08336'

red 160 ◦ green 131 ◦ blue 54

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

Shades of Reef Gold #A08336

Tints of Reef Gold #A08336

RGB

 RED value IS 160 (62.89% from 255) = 46.38%

 GREEN value IS 131 (51.56% from 255) = 37.97%

 BLUE value IS 54 (21.48% from 255) = 15.65%

R = 46.38%
G = 37.97%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A08336 (or 0xA08336) is known color: Reef Gold. HEX triplet: A0, 83 and 36. RGB value is (160,131,54). Sum of RGB (Red+Green+Blue) = 160+131+54=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A08336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08336 is #5F7CC9. Grayscale: #838383. Windows color (decimal): -6257866 or 3572640. OLE color: 3572640.

HSL color Cylindrical-coordinate representation of color #A08336: hue angle of 43.58º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A08336 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 131 54 -
CMYK 0 0.18 0.66 0.37
HSL 43.58º 0.5% 0.42% -
HSV(B) 43.58º 0.66% 0.63% -
XYZ 23.28 23.97 6.89 -
YUV 130.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 160 131 54 0 0.18 0.66 0.37 43.58 0.5 0.42
Hex A0 83 36 0 12 42 25 2C 32 2A
Octal 240 203 66 0 22 102 45 54 62 52
Binary 10100000 10000011 110110 0 10010 1000010 100101 101100 110010 101010

Color Harmonies of #A08336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08336

Black with #A08336

Text Example


Text Example

White with #A08336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08336; }

 p { color: rgb(160,131,54); }

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

background-color css

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

 a { background-color: rgb(160,131,54); }

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

border-color css

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

 span { border-color: rgb(160,131,54); }

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