Html Css Color HEX #A0902F Reef Gold

📋 copy color: '#A0902F'

red 160 ◦ green 144 ◦ blue 47

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

Shades of Reef Gold #A0902F

Tints of Reef Gold #A0902F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.39%

R = 45.58%
G = 41.03%
B = 13.39%

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

#A0902F (or 0xA0902F) is known color: Reef Gold. HEX triplet: A0, 90 and 2F. RGB value is (160,144,47). Sum of RGB (Red+Green+Blue) = 160+144+47=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0902F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0902F is #5F6FD0. Grayscale: #8A8A8A. Windows color (decimal): -6254545 or 3117216. OLE color: 3117216.

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

Color convert

RGB 160 144 47 -
CMYK 0 0.1 0.71 0.37
HSL 51.5º 0.55% 0.41% -
HSV(B) 51.5º 0.71% 0.63% -
XYZ 24.98 27.63 6.7 -
YUV 137.73 76.8 143.89 -
System Red Green Blue C M Y K H S L
Decimal 160 144 47 0 0.1 0.71 0.37 51.5 0.55 0.41
Hex A0 90 2F 0 A 47 25 34 37 29
Octal 240 220 57 0 12 107 45 64 67 51
Binary 10100000 10010000 101111 0 1010 1000111 100101 110100 110111 101001

Color Harmonies of #A0902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0902F

Black with #A0902F

Text Example


Text Example

White with #A0902F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0902F; }

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

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

background-color css

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

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

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

border-color css

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

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

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