Html Css Color HEX #A65411 Rich Gold

📋 copy color: '#A65411'

red 166 ◦ green 84 ◦ blue 17

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

Shades of Rich Gold #A65411

Tints of Rich Gold #A65411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.46%

 BLUE value IS 17 (7.03% from 255) = 6.37%

R = 62.17%
G = 31.46%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A65411 (or 0xA65411) is known color: Rich Gold. HEX triplet: A6, 54 and 11. RGB value is (166,84,17). Sum of RGB (Red+Green+Blue) = 166+84+17=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A65411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65411 is #59ABEE. Grayscale: #656565. Windows color (decimal): -5876719 or 1135782. OLE color: 1135782.

HSL color Cylindrical-coordinate representation of color #A65411: hue angle of 26.98º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A65411 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 84 17 -
CMYK 0 0.49 0.90 0.35
HSL 26.98º 0.81% 0.36% -
HSV(B) 26.98º 0.9% 0.65% -
XYZ 19 14.49 2.33 -
YUV 100.88 80.67 174.45 -
System Red Green Blue C M Y K H S L
Decimal 166 84 17 0 0.49 0.90 0.35 26.98 0.81 0.36
Hex A6 54 11 0 31 5A 23 1B 51 24
Octal 246 124 21 0 61 132 43 33 121 44
Binary 10100110 1010100 10001 0 110001 1011010 100011 11011 1010001 100100

Color Harmonies of #A65411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65411

Black with #A65411

Text Example


Text Example

White with #A65411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65411; }

 p { color: rgb(166,84,17); }

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

background-color css

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

 a { background-color: rgb(166,84,17); }

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

border-color css

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

 span { border-color: rgb(166,84,17); }

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