Html Css Color HEX #A6963C Reef Gold

📋 copy color: '#A6963C'

red 166 ◦ green 150 ◦ blue 60

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

Shades of Reef Gold #A6963C

Tints of Reef Gold #A6963C

RGB

 RED value IS 166 (65.23% from 255) = 44.15%

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

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

R = 44.15%
G = 39.89%
B = 15.96%

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

#A6963C (or 0xA6963C) is known color: Reef Gold. HEX triplet: A6, 96 and 3C. RGB value is (166,150,60). Sum of RGB (Red+Green+Blue) = 166+150+60=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A6963C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6963C is #5969C3. Grayscale: #909090. Windows color (decimal): -5859780 or 3970726. OLE color: 3970726.

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

Color convert

RGB 166 150 60 -
CMYK 0 0.10 0.64 0.35
HSL 50.94º 0.47% 0.44% -
HSV(B) 50.94º 0.64% 0.65% -
XYZ 27.45 30.25 8.67 -
YUV 144.52 80.3 143.32 -
System Red Green Blue C M Y K H S L
Decimal 166 150 60 0 0.10 0.64 0.35 50.94 0.47 0.44
Hex A6 96 3C 0 A 40 23 33 2F 2C
Octal 246 226 74 0 12 100 43 63 57 54
Binary 10100110 10010110 111100 0 1010 1000000 100011 110011 101111 101100

Color Harmonies of #A6963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6963C

Black with #A6963C

Text Example


Text Example

White with #A6963C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6963C; }

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

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

background-color css

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

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

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

border-color css

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

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

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