Html Css Color HEX #A65814 Rich Gold

📋 copy color: '#A65814'

red 166 ◦ green 88 ◦ blue 20

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

Shades of Rich Gold #A65814

Tints of Rich Gold #A65814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.12%

 BLUE value IS 20 (8.2% from 255) = 7.3%

R = 60.58%
G = 32.12%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A65814 (or 0xA65814) is known color: Rich Gold. HEX triplet: A6, 58 and 14. RGB value is (166,88,20). Sum of RGB (Red+Green+Blue) = 166+88+20=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A65814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65814 is #59A7EB. Grayscale: #676767. Windows color (decimal): -5875692 or 1333414. OLE color: 1333414.

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

Color convert

RGB 166 88 20 -
CMYK 0 0.47 0.88 0.35
HSL 27.95º 0.78% 0.36% -
HSV(B) 27.95º 0.88% 0.65% -
XYZ 19.34 15.14 2.56 -
YUV 103.57 80.84 172.53 -
System Red Green Blue C M Y K H S L
Decimal 166 88 20 0 0.47 0.88 0.35 27.95 0.78 0.36
Hex A6 58 14 0 2F 58 23 1C 4E 24
Octal 246 130 24 0 57 130 43 34 116 44
Binary 10100110 1011000 10100 0 101111 1011000 100011 11100 1001110 100100

Color Harmonies of #A65814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65814

Black with #A65814

Text Example


Text Example

White with #A65814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65814; }

 p { color: rgb(166,88,20); }

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

background-color css

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

 a { background-color: rgb(166,88,20); }

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

border-color css

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

 span { border-color: rgb(166,88,20); }

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