Html Css Color HEX #A65A1F Rich Gold

📋 copy color: '#A65A1F'

red 166 ◦ green 90 ◦ blue 31

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

Shades of Rich Gold #A65A1F

Tints of Rich Gold #A65A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.36%

 BLUE value IS 31 (12.5% from 255) = 10.8%

R = 57.84%
G = 31.36%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A65A1F (or 0xA65A1F) is known color: Rich Gold. HEX triplet: A6, 5A and 1F. RGB value is (166,90,31). Sum of RGB (Red+Green+Blue) = 166+90+31=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65A1F is #59A5E0. Grayscale: #6A6A6A. Windows color (decimal): -5875169 or 2054822. OLE color: 2054822.

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

Color convert

RGB 166 90 31 -
CMYK 0 0.46 0.81 0.35
HSL 26.22º 0.69% 0.39% -
HSV(B) 26.22º 0.81% 0.65% -
XYZ 19.63 15.52 3.26 -
YUV 106 85.68 170.8 -
System Red Green Blue C M Y K H S L
Decimal 166 90 31 0 0.46 0.81 0.35 26.22 0.69 0.39
Hex A6 5A 1F 0 2E 51 23 1A 45 27
Octal 246 132 37 0 56 121 43 32 105 47
Binary 10100110 1011010 11111 0 101110 1010001 100011 11010 1000101 100111

Color Harmonies of #A65A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65A1F

Black with #A65A1F

Text Example


Text Example

White with #A65A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65A1F; }

 p { color: rgb(166,90,31); }

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

background-color css

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

 a { background-color: rgb(166,90,31); }

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

border-color css

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

 span { border-color: rgb(166,90,31); }

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