Html Css Color HEX #A7963C Reef Gold

📋 copy color: '#A7963C'

red 167 ◦ green 150 ◦ blue 60

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

Shades of Reef Gold #A7963C

Tints of Reef Gold #A7963C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.92%

R = 44.3%
G = 39.79%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A7963C (or 0xA7963C) is known color: Reef Gold. HEX triplet: A7, 96 and 3C. RGB value is (167,150,60). Sum of RGB (Red+Green+Blue) = 167+150+60=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A7963C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7963C is #5869C3. Grayscale: #919191. Windows color (decimal): -5794244 or 3970727. OLE color: 3970727.

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

Color convert

RGB 167 150 60 -
CMYK 0 0.10 0.64 0.35
HSL 50.47º 0.47% 0.45% -
HSV(B) 50.47º 0.64% 0.65% -
XYZ 27.66 30.35 8.68 -
YUV 144.82 80.13 143.82 -
System Red Green Blue C M Y K H S L
Decimal 167 150 60 0 0.10 0.64 0.35 50.47 0.47 0.45
Hex A7 96 3C 0 A 40 23 32 2F 2D
Octal 247 226 74 0 12 100 43 62 57 55
Binary 10100111 10010110 111100 0 1010 1000000 100011 110010 101111 101101

Color Harmonies of #A7963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7963C

Black with #A7963C

Text Example


Text Example

White with #A7963C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7963C; }

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

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

background-color css

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

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

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

border-color css

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

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

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