Html Css Color HEX #A08E3D Reef Gold

📋 copy color: '#A08E3D'

red 160 ◦ green 142 ◦ blue 61

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

Shades of Reef Gold #A08E3D

Tints of Reef Gold #A08E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.8%

R = 44.08%
G = 39.12%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A08E3D (or 0xA08E3D) is known color: Reef Gold. HEX triplet: A0, 8E and 3D. RGB value is (160,142,61). Sum of RGB (Red+Green+Blue) = 160+142+61=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08E3D is #5F71C2. Grayscale: #8A8A8A. Windows color (decimal): -6255043 or 4034208. OLE color: 4034208.

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

Color convert

RGB 160 142 61 -
CMYK 0 0.11 0.62 0.37
HSL 49.09º 0.45% 0.43% -
HSV(B) 49.09º 0.62% 0.63% -
XYZ 25.01 27.16 8.34 -
YUV 138.15 84.46 143.59 -
System Red Green Blue C M Y K H S L
Decimal 160 142 61 0 0.11 0.62 0.37 49.09 0.45 0.43
Hex A0 8E 3D 0 B 3E 25 31 2D 2B
Octal 240 216 75 0 13 76 45 61 55 53
Binary 10100000 10001110 111101 0 1011 111110 100101 110001 101101 101011

Color Harmonies of #A08E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08E3D

Black with #A08E3D

Text Example


Text Example

White with #A08E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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