Html Css Color HEX #A0942C Reef Gold

📋 copy color: '#A0942C'

red 160 ◦ green 148 ◦ blue 44

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

Shades of Reef Gold #A0942C

Tints of Reef Gold #A0942C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.05%

 BLUE value IS 44 (17.58% from 255) = 12.5%

R = 45.45%
G = 42.05%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0942C (or 0xA0942C) is known color: Reef Gold. HEX triplet: A0, 94 and 2C. RGB value is (160,148,44). Sum of RGB (Red+Green+Blue) = 160+148+44=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0942C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0942C is #5F6BD3. Grayscale: #8C8C8C. Windows color (decimal): -6253524 or 2921632. OLE color: 2921632.

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

Color convert

RGB 160 148 44 -
CMYK 0 0.07 0.72 0.37
HSL 53.79º 0.57% 0.4% -
HSV(B) 53.79º 0.73% 0.63% -
XYZ 25.54 28.84 6.6 -
YUV 139.73 73.98 142.46 -
System Red Green Blue C M Y K H S L
Decimal 160 148 44 0 0.07 0.72 0.37 53.79 0.57 0.4
Hex A0 94 2C 0 7 48 25 36 39 28
Octal 240 224 54 0 7 110 45 66 71 50
Binary 10100000 10010100 101100 0 111 1001000 100101 110110 111001 101000

Color Harmonies of #A0942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0942C

Black with #A0942C

Text Example


Text Example

White with #A0942C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0942C; }

 p { color: rgb(160,148,44); }

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

background-color css

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

 a { background-color: rgb(160,148,44); }

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

border-color css

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

 span { border-color: rgb(160,148,44); }

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