Html Css Color HEX #A64A1B Rich Gold

📋 copy color: '#A64A1B'

red 166 ◦ green 74 ◦ blue 27

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

Shades of Rich Gold #A64A1B

Tints of Rich Gold #A64A1B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.72%

 BLUE value IS 27 (10.94% from 255) = 10.11%

R = 62.17%
G = 27.72%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A64A1B (or 0xA64A1B) is known color: Rich Gold. HEX triplet: A6, 4A and 1B. RGB value is (166,74,27). Sum of RGB (Red+Green+Blue) = 166+74+27=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64A1B is #59B5E4. Grayscale: #606060. Windows color (decimal): -5879269 or 1788582. OLE color: 1788582.

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

Color convert

RGB 166 74 27 -
CMYK 0 0.55 0.84 0.35
HSL 20.29º 0.72% 0.38% -
HSV(B) 20.29º 0.84% 0.65% -
XYZ 18.37 13.08 2.59 -
YUV 96.15 88.98 177.82 -
System Red Green Blue C M Y K H S L
Decimal 166 74 27 0 0.55 0.84 0.35 20.29 0.72 0.38
Hex A6 4A 1B 0 37 54 23 14 48 26
Octal 246 112 33 0 67 124 43 24 110 46
Binary 10100110 1001010 11011 0 110111 1010100 100011 10100 1001000 100110

Color Harmonies of #A64A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A1B

Black with #A64A1B

Text Example


Text Example

White with #A64A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A1B; }

 p { color: rgb(166,74,27); }

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

background-color css

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

 a { background-color: rgb(166,74,27); }

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

border-color css

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

 span { border-color: rgb(166,74,27); }

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