Html Css Color HEX #A65828 Rich Gold

📋 copy color: '#A65828'

red 166 ◦ green 88 ◦ blue 40

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

Shades of Rich Gold #A65828

Tints of Rich Gold #A65828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.61%

R = 56.46%
G = 29.93%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A65828 (or 0xA65828) is known color: Rich Gold. HEX triplet: A6, 58 and 28. RGB value is (166,88,40). Sum of RGB (Red+Green+Blue) = 166+88+40=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A65828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65828 is #59A7D7. Grayscale: #6A6A6A. Windows color (decimal): -5875672 or 2644134. OLE color: 2644134.

HSL color Cylindrical-coordinate representation of color #A65828: hue angle of 22.86º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A65828 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 88 40 -
CMYK 0 0.47 0.76 0.35
HSL 22.86º 0.61% 0.4% -
HSV(B) 22.86º 0.76% 0.65% -
XYZ 19.6 15.24 3.92 -
YUV 105.85 90.84 170.9 -
System Red Green Blue C M Y K H S L
Decimal 166 88 40 0 0.47 0.76 0.35 22.86 0.61 0.4
Hex A6 58 28 0 2F 4C 23 17 3D 28
Octal 246 130 50 0 57 114 43 27 75 50
Binary 10100110 1011000 101000 0 101111 1001100 100011 10111 111101 101000

Color Harmonies of #A65828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65828

Black with #A65828

Text Example


Text Example

White with #A65828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65828; }

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

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

background-color css

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

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

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

border-color css

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

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

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