Html Css Color HEX #A08E3E Reef Gold

📋 copy color: '#A08E3E'

red 160 ◦ green 142 ◦ blue 62

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

Shades of Reef Gold #A08E3E

Tints of Reef Gold #A08E3E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.01%

 BLUE value IS 62 (24.61% from 255) = 17.03%

R = 43.96%
G = 39.01%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A08E3E (or 0xA08E3E) is known color: Reef Gold. HEX triplet: A0, 8E and 3E. RGB value is (160,142,62). Sum of RGB (Red+Green+Blue) = 160+142+62=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08E3E is #5F71C1. Grayscale: #8A8A8A. Windows color (decimal): -6255042 or 4099744. OLE color: 4099744.

HSL color Cylindrical-coordinate representation of color #A08E3E: hue angle of 48.98º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A08E3E is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 142 62 -
CMYK 0 0.11 0.61 0.37
HSL 48.98º 0.44% 0.44% -
HSV(B) 48.98º 0.61% 0.63% -
XYZ 25.04 27.17 8.48 -
YUV 138.26 84.96 143.5 -
System Red Green Blue C M Y K H S L
Decimal 160 142 62 0 0.11 0.61 0.37 48.98 0.44 0.44
Hex A0 8E 3E 0 B 3D 25 31 2C 2C
Octal 240 216 76 0 13 75 45 61 54 54
Binary 10100000 10001110 111110 0 1011 111101 100101 110001 101100 101100

Color Harmonies of #A08E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08E3E

Black with #A08E3E

Text Example


Text Example

White with #A08E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08E3E; }

 p { color: rgb(160,142,62); }

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

background-color css

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

 a { background-color: rgb(160,142,62); }

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

border-color css

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

 span { border-color: rgb(160,142,62); }

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