Html Css Color HEX #A7962D Reef Gold

📋 copy color: '#A7962D'

red 167 ◦ green 150 ◦ blue 45

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

Shades of Reef Gold #A7962D

Tints of Reef Gold #A7962D

RGB

 RED value IS 167 (65.63% from 255) = 46.13%

 GREEN value IS 150 (58.98% from 255) = 41.44%

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

R = 46.13%
G = 41.44%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A7962D (or 0xA7962D) is known color: Reef Gold. HEX triplet: A7, 96 and 2D. RGB value is (167,150,45). Sum of RGB (Red+Green+Blue) = 167+150+45=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A7962D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7962D is #5869D2. Grayscale: #8F8F8F. Windows color (decimal): -5794259 or 2987687. OLE color: 2987687.

HSL color Cylindrical-coordinate representation of color #A7962D: hue angle of 51.64º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7962D is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 150 45 -
CMYK 0 0.10 0.73 0.35
HSL 51.64º 0.58% 0.42% -
HSV(B) 51.64º 0.73% 0.65% -
XYZ 27.32 30.22 6.88 -
YUV 143.11 72.63 145.04 -
System Red Green Blue C M Y K H S L
Decimal 167 150 45 0 0.10 0.73 0.35 51.64 0.58 0.42
Hex A7 96 2D 0 A 49 23 34 3A 2A
Octal 247 226 55 0 12 111 43 64 72 52
Binary 10100111 10010110 101101 0 1010 1001001 100011 110100 111010 101010

Color Harmonies of #A7962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7962D

Black with #A7962D

Text Example


Text Example

White with #A7962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7962D; }

 p { color: rgb(167,150,45); }

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

background-color css

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

 a { background-color: rgb(167,150,45); }

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

border-color css

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

 span { border-color: rgb(167,150,45); }

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