Html Css Color HEX #A0902E Reef Gold

📋 copy color: '#A0902E'

red 160 ◦ green 144 ◦ blue 46

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

Shades of Reef Gold #A0902E

Tints of Reef Gold #A0902E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.14%

 BLUE value IS 46 (18.36% from 255) = 13.14%

R = 45.71%
G = 41.14%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0902E (or 0xA0902E) is known color: Reef Gold. HEX triplet: A0, 90 and 2E. RGB value is (160,144,46). Sum of RGB (Red+Green+Blue) = 160+144+46=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0902E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0902E is #5F6FD1. Grayscale: #8A8A8A. Windows color (decimal): -6254546 or 3051680. OLE color: 3051680.

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

Color convert

RGB 160 144 46 -
CMYK 0 0.1 0.71 0.37
HSL 51.58º 0.55% 0.4% -
HSV(B) 51.58º 0.71% 0.63% -
XYZ 24.96 27.62 6.6 -
YUV 137.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 160 144 46 0 0.1 0.71 0.37 51.58 0.55 0.4
Hex A0 90 2E 0 A 47 25 34 37 28
Octal 240 220 56 0 12 107 45 64 67 50
Binary 10100000 10010000 101110 0 1010 1000111 100101 110100 110111 101000

Color Harmonies of #A0902E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0902E

Black with #A0902E

Text Example


Text Example

White with #A0902E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0902E; }

 p { color: rgb(160,144,46); }

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

background-color css

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

 a { background-color: rgb(160,144,46); }

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

border-color css

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

 span { border-color: rgb(160,144,46); }

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