Html Css Color HEX #A08A31 Reef Gold

📋 copy color: '#A08A31'

red 160 ◦ green 138 ◦ blue 49

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

Shades of Reef Gold #A08A31

Tints of Reef Gold #A08A31

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.77%

 BLUE value IS 49 (19.53% from 255) = 14.12%

R = 46.11%
G = 39.77%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A08A31 (or 0xA08A31) is known color: Reef Gold. HEX triplet: A0, 8A and 31. RGB value is (160,138,49). Sum of RGB (Red+Green+Blue) = 160+138+49=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08A31 is #5F75CE. Grayscale: #868686. Windows color (decimal): -6256079 or 3246752. OLE color: 3246752.

HSL color Cylindrical-coordinate representation of color #A08A31: hue angle of 48.11º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A08A31 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 138 49 -
CMYK 0 0.14 0.69 0.37
HSL 48.11º 0.53% 0.41% -
HSV(B) 48.11º 0.69% 0.63% -
XYZ 24.14 25.87 6.63 -
YUV 134.43 79.79 146.24 -
System Red Green Blue C M Y K H S L
Decimal 160 138 49 0 0.14 0.69 0.37 48.11 0.53 0.41
Hex A0 8A 31 0 E 45 25 30 35 29
Octal 240 212 61 0 16 105 45 60 65 51
Binary 10100000 10001010 110001 0 1110 1000101 100101 110000 110101 101001

Color Harmonies of #A08A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A31

Black with #A08A31

Text Example


Text Example

White with #A08A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A31; }

 p { color: rgb(160,138,49); }

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

background-color css

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

 a { background-color: rgb(160,138,49); }

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

border-color css

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

 span { border-color: rgb(160,138,49); }

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