Html Css Color HEX #A0932F Reef Gold

📋 copy color: '#A0932F'

red 160 ◦ green 147 ◦ blue 47

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

Shades of Reef Gold #A0932F

Tints of Reef Gold #A0932F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.53%

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

R = 45.2%
G = 41.53%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0932F (or 0xA0932F) is known color: Reef Gold. HEX triplet: A0, 93 and 2F. RGB value is (160,147,47). Sum of RGB (Red+Green+Blue) = 160+147+47=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0932F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0932F is #5F6CD0. Grayscale: #8B8B8B. Windows color (decimal): -6253777 or 3117984. OLE color: 3117984.

HSL color Cylindrical-coordinate representation of color #A0932F: hue angle of 53.1º 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 #A0932F is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 147 47 -
CMYK 0 0.08 0.71 0.37
HSL 53.1º 0.55% 0.41% -
HSV(B) 53.1º 0.71% 0.63% -
XYZ 25.44 28.55 6.86 -
YUV 139.49 75.81 142.63 -
System Red Green Blue C M Y K H S L
Decimal 160 147 47 0 0.08 0.71 0.37 53.1 0.55 0.41
Hex A0 93 2F 0 8 47 25 35 37 29
Octal 240 223 57 0 10 107 45 65 67 51
Binary 10100000 10010011 101111 0 1000 1000111 100101 110101 110111 101001

Color Harmonies of #A0932F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0932F

Black with #A0932F

Text Example


Text Example

White with #A0932F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0932F; }

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

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

background-color css

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

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

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

border-color css

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

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

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