Html Css Color HEX #A65A1E Rich Gold

📋 copy color: '#A65A1E'

red 166 ◦ green 90 ◦ blue 30

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

Shades of Rich Gold #A65A1E

Tints of Rich Gold #A65A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.49%

R = 58.04%
G = 31.47%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A65A1E (or 0xA65A1E) is known color: Rich Gold. HEX triplet: A6, 5A and 1E. RGB value is (166,90,30). Sum of RGB (Red+Green+Blue) = 166+90+30=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65A1E is #59A5E1. Grayscale: #6A6A6A. Windows color (decimal): -5875170 or 1989286. OLE color: 1989286.

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

Color convert

RGB 166 90 30 -
CMYK 0 0.46 0.82 0.35
HSL 26.47º 0.69% 0.38% -
HSV(B) 26.47º 0.82% 0.65% -
XYZ 19.62 15.51 3.19 -
YUV 105.88 85.18 170.88 -
System Red Green Blue C M Y K H S L
Decimal 166 90 30 0 0.46 0.82 0.35 26.47 0.69 0.38
Hex A6 5A 1E 0 2E 52 23 1A 45 26
Octal 246 132 36 0 56 122 43 32 105 46
Binary 10100110 1011010 11110 0 101110 1010010 100011 11010 1000101 100110

Color Harmonies of #A65A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65A1E

Black with #A65A1E

Text Example


Text Example

White with #A65A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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