Html Css Color HEX #A65427 Rich Gold

📋 copy color: '#A65427'

red 166 ◦ green 84 ◦ blue 39

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

Shades of Rich Gold #A65427

Tints of Rich Gold #A65427

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.07%

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

R = 57.44%
G = 29.07%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A65427 (or 0xA65427) is known color: Rich Gold. HEX triplet: A6, 54 and 27. RGB value is (166,84,39). Sum of RGB (Red+Green+Blue) = 166+84+39=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A65427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65427 is #59ABD8. Grayscale: #676767. Windows color (decimal): -5876697 or 2577574. OLE color: 2577574.

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

Color convert

RGB 166 84 39 -
CMYK 0 0.49 0.77 0.35
HSL 21.26º 0.62% 0.4% -
HSV(B) 21.26º 0.77% 0.65% -
XYZ 19.26 14.59 3.72 -
YUV 103.39 91.67 172.66 -
System Red Green Blue C M Y K H S L
Decimal 166 84 39 0 0.49 0.77 0.35 21.26 0.62 0.4
Hex A6 54 27 0 31 4D 23 15 3E 28
Octal 246 124 47 0 61 115 43 25 76 50
Binary 10100110 1010100 100111 0 110001 1001101 100011 10101 111110 101000

Color Harmonies of #A65427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65427

Black with #A65427

Text Example


Text Example

White with #A65427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65427; }

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

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

background-color css

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

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

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

border-color css

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

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

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