Html Css Color HEX #A65829 Rich Gold

📋 copy color: '#A65829'

red 166 ◦ green 88 ◦ blue 41

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

Shades of Rich Gold #A65829

Tints of Rich Gold #A65829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.9%

R = 56.27%
G = 29.83%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A65829 (or 0xA65829) is known color: Rich Gold. HEX triplet: A6, 58 and 29. RGB value is (166,88,41). Sum of RGB (Red+Green+Blue) = 166+88+41=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A65829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65829 is #59A7D6. Grayscale: #6A6A6A. Windows color (decimal): -5875671 or 2709670. OLE color: 2709670.

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

Color convert

RGB 166 88 41 -
CMYK 0 0.47 0.75 0.35
HSL 22.56º 0.6% 0.41% -
HSV(B) 22.56º 0.75% 0.65% -
XYZ 19.62 15.25 4.01 -
YUV 105.96 91.34 170.82 -
System Red Green Blue C M Y K H S L
Decimal 166 88 41 0 0.47 0.75 0.35 22.56 0.6 0.41
Hex A6 58 29 0 2F 4B 23 17 3C 29
Octal 246 130 51 0 57 113 43 27 74 51
Binary 10100110 1011000 101001 0 101111 1001011 100011 10111 111100 101001

Color Harmonies of #A65829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65829

Black with #A65829

Text Example


Text Example

White with #A65829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65829; }

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

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

background-color css

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

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

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

border-color css

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

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

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