Html Css Color HEX #A65327 Rich Gold

📋 copy color: '#A65327'

red 166 ◦ green 83 ◦ blue 39

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

Shades of Rich Gold #A65327

Tints of Rich Gold #A65327

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.82%

 BLUE value IS 39 (15.63% from 255) = 13.54%

R = 57.64%
G = 28.82%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A65327 (or 0xA65327) is known color: Rich Gold. HEX triplet: A6, 53 and 27. RGB value is (166,83,39). Sum of RGB (Red+Green+Blue) = 166+83+39=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A65327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65327 is #59ACD8. Grayscale: #676767. Windows color (decimal): -5876953 or 2577318. OLE color: 2577318.

HSL color Cylindrical-coordinate representation of color #A65327: hue angle of 20.79º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A65327 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 83 39 -
CMYK 0 0.50 0.77 0.35
HSL 20.79º 0.62% 0.4% -
HSV(B) 20.79º 0.77% 0.65% -
XYZ 19.19 14.44 3.7 -
YUV 102.8 92 173.08 -
System Red Green Blue C M Y K H S L
Decimal 166 83 39 0 0.50 0.77 0.35 20.79 0.62 0.4
Hex A6 53 27 0 32 4D 23 15 3E 28
Octal 246 123 47 0 62 115 43 25 76 50
Binary 10100110 1010011 100111 0 110010 1001101 100011 10101 111110 101000

Color Harmonies of #A65327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65327

Black with #A65327

Text Example


Text Example

White with #A65327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65327; }

 p { color: rgb(166,83,39); }

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

background-color css

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

 a { background-color: rgb(166,83,39); }

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

border-color css

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

 span { border-color: rgb(166,83,39); }

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