Html Css Color HEX #A0952D Reef Gold

📋 copy color: '#A0952D'

red 160 ◦ green 149 ◦ blue 45

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

Shades of Reef Gold #A0952D

Tints of Reef Gold #A0952D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.09%

 BLUE value IS 45 (17.97% from 255) = 12.71%

R = 45.2%
G = 42.09%
B = 12.71%

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

#A0952D (or 0xA0952D) is known color: Reef Gold. HEX triplet: A0, 95 and 2D. RGB value is (160,149,45). Sum of RGB (Red+Green+Blue) = 160+149+45=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0952D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0952D is #5F6AD2. Grayscale: #8C8C8C. Windows color (decimal): -6253267 or 2987424. OLE color: 2987424.

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

Color convert

RGB 160 149 45 -
CMYK 0 0.07 0.72 0.37
HSL 54.26º 0.56% 0.4% -
HSV(B) 54.26º 0.72% 0.63% -
XYZ 25.72 29.16 6.76 -
YUV 140.43 74.14 141.96 -
System Red Green Blue C M Y K H S L
Decimal 160 149 45 0 0.07 0.72 0.37 54.26 0.56 0.4
Hex A0 95 2D 0 7 48 25 36 38 28
Octal 240 225 55 0 7 110 45 66 70 50
Binary 10100000 10010101 101101 0 111 1001000 100101 110110 111000 101000

Color Harmonies of #A0952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0952D

Black with #A0952D

Text Example


Text Example

White with #A0952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0952D; }

 p { color: rgb(160,149,45); }

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

background-color css

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

 a { background-color: rgb(160,149,45); }

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

border-color css

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

 span { border-color: rgb(160,149,45); }

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