Html Css Color HEX #A64923 Rich Gold

📋 copy color: '#A64923'

red 166 ◦ green 73 ◦ blue 35

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

Shades of Rich Gold #A64923

Tints of Rich Gold #A64923

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.64%

 BLUE value IS 35 (14.06% from 255) = 12.77%

R = 60.58%
G = 26.64%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A64923 (or 0xA64923) is known color: Rich Gold. HEX triplet: A6, 49 and 23. RGB value is (166,73,35). Sum of RGB (Red+Green+Blue) = 166+73+35=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A64923 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64923 is #59B6DC. Grayscale: #606060. Windows color (decimal): -5879517 or 2312614. OLE color: 2312614.

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

Color convert

RGB 166 73 35 -
CMYK 0 0.56 0.79 0.35
HSL 17.4º 0.65% 0.39% -
HSV(B) 17.4º 0.79% 0.65% -
XYZ 18.41 12.99 3.13 -
YUV 96.48 93.31 177.59 -
System Red Green Blue C M Y K H S L
Decimal 166 73 35 0 0.56 0.79 0.35 17.4 0.65 0.39
Hex A6 49 23 0 38 4F 23 11 41 27
Octal 246 111 43 0 70 117 43 21 101 47
Binary 10100110 1001001 100011 0 111000 1001111 100011 10001 1000001 100111

Color Harmonies of #A64923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64923

Black with #A64923

Text Example


Text Example

White with #A64923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64923; }

 p { color: rgb(166,73,35); }

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

background-color css

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

 a { background-color: rgb(166,73,35); }

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

border-color css

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

 span { border-color: rgb(166,73,35); }

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