Html Css Color HEX #A65727 Rich Gold

📋 copy color: '#A65727'

red 166 ◦ green 87 ◦ blue 39

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

Shades of Rich Gold #A65727

Tints of Rich Gold #A65727

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.79%

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

R = 56.85%
G = 29.79%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A65727 (or 0xA65727) is known color: Rich Gold. HEX triplet: A6, 57 and 27. RGB value is (166,87,39). Sum of RGB (Red+Green+Blue) = 166+87+39=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A65727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65727 is #59A8D8. Grayscale: #696969. Windows color (decimal): -5875929 or 2578342. OLE color: 2578342.

HSL color Cylindrical-coordinate representation of color #A65727: hue angle of 22.68º 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 #A65727 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 87 39 -
CMYK 0 0.48 0.77 0.35
HSL 22.68º 0.62% 0.4% -
HSV(B) 22.68º 0.77% 0.65% -
XYZ 19.5 15.07 3.8 -
YUV 105.15 90.67 171.4 -
System Red Green Blue C M Y K H S L
Decimal 166 87 39 0 0.48 0.77 0.35 22.68 0.62 0.4
Hex A6 57 27 0 30 4D 23 17 3E 28
Octal 246 127 47 0 60 115 43 27 76 50
Binary 10100110 1010111 100111 0 110000 1001101 100011 10111 111110 101000

Color Harmonies of #A65727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65727

Black with #A65727

Text Example


Text Example

White with #A65727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65727; }

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

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

background-color css

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

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

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

border-color css

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

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

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