Html Css Color HEX #A65826 Rich Gold

📋 copy color: '#A65826'

red 166 ◦ green 88 ◦ blue 38

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

Shades of Rich Gold #A65826

Tints of Rich Gold #A65826

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.14%

 BLUE value IS 38 (15.23% from 255) = 13.01%

R = 56.85%
G = 30.14%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A65826 (or 0xA65826) is known color: Rich Gold. HEX triplet: A6, 58 and 26. RGB value is (166,88,38). Sum of RGB (Red+Green+Blue) = 166+88+38=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A65826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65826 is #59A7D9. Grayscale: #696969. Windows color (decimal): -5875674 or 2513062. OLE color: 2513062.

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

Color convert

RGB 166 88 38 -
CMYK 0 0.47 0.77 0.35
HSL 23.44º 0.63% 0.4% -
HSV(B) 23.44º 0.77% 0.65% -
XYZ 19.57 15.23 3.74 -
YUV 105.62 89.84 171.07 -
System Red Green Blue C M Y K H S L
Decimal 166 88 38 0 0.47 0.77 0.35 23.44 0.63 0.4
Hex A6 58 26 0 2F 4D 23 17 3F 28
Octal 246 130 46 0 57 115 43 27 77 50
Binary 10100110 1011000 100110 0 101111 1001101 100011 10111 111111 101000

Color Harmonies of #A65826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65826

Black with #A65826

Text Example


Text Example

White with #A65826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65826; }

 p { color: rgb(166,88,38); }

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

background-color css

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

 a { background-color: rgb(166,88,38); }

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

border-color css

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

 span { border-color: rgb(166,88,38); }

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