Html Css Color HEX #A08E2D Reef Gold

📋 copy color: '#A08E2D'

red 160 ◦ green 142 ◦ blue 45

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

Shades of Reef Gold #A08E2D

Tints of Reef Gold #A08E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.97%

R = 46.11%
G = 40.92%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A08E2D (or 0xA08E2D) is known color: Reef Gold. HEX triplet: A0, 8E and 2D. RGB value is (160,142,45). Sum of RGB (Red+Green+Blue) = 160+142+45=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08E2D is #5F71D2. Grayscale: #888888. Windows color (decimal): -6255059 or 2985632. OLE color: 2985632.

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

Color convert

RGB 160 142 45 -
CMYK 0 0.11 0.72 0.37
HSL 50.61º 0.56% 0.4% -
HSV(B) 50.61º 0.72% 0.63% -
XYZ 24.64 27.01 6.4 -
YUV 136.32 76.46 144.89 -
System Red Green Blue C M Y K H S L
Decimal 160 142 45 0 0.11 0.72 0.37 50.61 0.56 0.4
Hex A0 8E 2D 0 B 48 25 33 38 28
Octal 240 216 55 0 13 110 45 63 70 50
Binary 10100000 10001110 101101 0 1011 1001000 100101 110011 111000 101000

Color Harmonies of #A08E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08E2D

Black with #A08E2D

Text Example


Text Example

White with #A08E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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