Html Css Color HEX #A64B13 Rich Gold

📋 copy color: '#A64B13'

red 166 ◦ green 75 ◦ blue 19

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

Shades of Rich Gold #A64B13

Tints of Rich Gold #A64B13

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.85%

 BLUE value IS 19 (7.81% from 255) = 7.31%

R = 63.85%
G = 28.85%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A64B13 (or 0xA64B13) is known color: Rich Gold. HEX triplet: A6, 4B and 13. RGB value is (166,75,19). Sum of RGB (Red+Green+Blue) = 166+75+19=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64B13 is #59B4EC. Grayscale: #606060. Windows color (decimal): -5879021 or 1264550. OLE color: 1264550.

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

Color convert

RGB 166 75 19 -
CMYK 0 0.55 0.89 0.35
HSL 22.86º 0.79% 0.36% -
HSV(B) 22.86º 0.89% 0.65% -
XYZ 18.36 13.19 2.19 -
YUV 95.83 84.65 178.05 -
System Red Green Blue C M Y K H S L
Decimal 166 75 19 0 0.55 0.89 0.35 22.86 0.79 0.36
Hex A6 4B 13 0 37 59 23 17 4F 24
Octal 246 113 23 0 67 131 43 27 117 44
Binary 10100110 1001011 10011 0 110111 1011001 100011 10111 1001111 100100

Color Harmonies of #A64B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64B13

Black with #A64B13

Text Example


Text Example

White with #A64B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64B13; }

 p { color: rgb(166,75,19); }

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

background-color css

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

 a { background-color: rgb(166,75,19); }

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

border-color css

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

 span { border-color: rgb(166,75,19); }

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