Html Css Color HEX #A35619 Rich Gold

📋 copy color: '#A35619'

red 163 ◦ green 86 ◦ blue 25

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

Shades of Rich Gold #A35619

Tints of Rich Gold #A35619

RGB

 RED value IS 163 (64.06% from 255) = 59.49%

 GREEN value IS 86 (33.98% from 255) = 31.39%

 BLUE value IS 25 (10.16% from 255) = 9.12%

R = 59.49%
G = 31.39%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A35619 (or 0xA35619) is known color: Rich Gold. HEX triplet: A3, 56 and 19. RGB value is (163,86,25). Sum of RGB (Red+Green+Blue) = 163+86+25=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A35619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35619 is #5CA9E6. Grayscale: #666666. Windows color (decimal): -6072807 or 1660579. OLE color: 1660579.

HSL color Cylindrical-coordinate representation of color #A35619: hue angle of 26.52º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A35619 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 86 25 -
CMYK 0 0.47 0.85 0.36
HSL 26.52º 0.73% 0.37% -
HSV(B) 26.52º 0.85% 0.64% -
XYZ 18.61 14.51 2.74 -
YUV 102.07 84.51 171.46 -
System Red Green Blue C M Y K H S L
Decimal 163 86 25 0 0.47 0.85 0.36 26.52 0.73 0.37
Hex A3 56 19 0 2F 55 24 1B 49 25
Octal 243 126 31 0 57 125 44 33 111 45
Binary 10100011 1010110 11001 0 101111 1010101 100100 11011 1001001 100101

Color Harmonies of #A35619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35619

Black with #A35619

Text Example


Text Example

White with #A35619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35619; }

 p { color: rgb(163,86,25); }

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

background-color css

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

 a { background-color: rgb(163,86,25); }

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

border-color css

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

 span { border-color: rgb(163,86,25); }

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