Html Css Color HEX #A08236 Reef Gold

📋 copy color: '#A08236'

red 160 ◦ green 130 ◦ blue 54

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

Shades of Reef Gold #A08236

Tints of Reef Gold #A08236

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.79%

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

R = 46.51%
G = 37.79%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A08236 (or 0xA08236) is known color: Reef Gold. HEX triplet: A0, 82 and 36. RGB value is (160,130,54). Sum of RGB (Red+Green+Blue) = 160+130+54=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A08236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08236 is #5F7DC9. Grayscale: #828282. Windows color (decimal): -6258122 or 3572384. OLE color: 3572384.

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

Color convert

RGB 160 130 54 -
CMYK 0 0.19 0.66 0.37
HSL 43.02º 0.5% 0.42% -
HSV(B) 43.02º 0.66% 0.63% -
XYZ 23.15 23.71 6.85 -
YUV 130.31 84.94 149.18 -
System Red Green Blue C M Y K H S L
Decimal 160 130 54 0 0.19 0.66 0.37 43.02 0.5 0.42
Hex A0 82 36 0 13 42 25 2B 32 2A
Octal 240 202 66 0 23 102 45 53 62 52
Binary 10100000 10000010 110110 0 10011 1000010 100101 101011 110010 101010

Color Harmonies of #A08236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08236

Black with #A08236

Text Example


Text Example

White with #A08236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08236; }

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

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

background-color css

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

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

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

border-color css

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

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

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