Html Css Color HEX #A35A26 Rich Gold

📋 copy color: '#A35A26'

red 163 ◦ green 90 ◦ blue 38

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

Shades of Rich Gold #A35A26

Tints of Rich Gold #A35A26

RGB

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

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

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

R = 56.01%
G = 30.93%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A35A26 (or 0xA35A26) is known color: Rich Gold. HEX triplet: A3, 5A and 26. RGB value is (163,90,38). Sum of RGB (Red+Green+Blue) = 163+90+38=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35A26 is #5CA5D9. Grayscale: #6A6A6A. Windows color (decimal): -6071770 or 2513571. OLE color: 2513571.

HSL color Cylindrical-coordinate representation of color #A35A26: hue angle of 24.96º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A35A26 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 90 38 -
CMYK 0 0.45 0.77 0.36
HSL 24.96º 0.62% 0.39% -
HSV(B) 24.96º 0.77% 0.64% -
XYZ 19.11 15.24 3.77 -
YUV 105.9 89.68 168.73 -
System Red Green Blue C M Y K H S L
Decimal 163 90 38 0 0.45 0.77 0.36 24.96 0.62 0.39
Hex A3 5A 26 0 2D 4D 24 19 3E 27
Octal 243 132 46 0 55 115 44 31 76 47
Binary 10100011 1011010 100110 0 101101 1001101 100100 11001 111110 100111

Color Harmonies of #A35A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35A26

Black with #A35A26

Text Example


Text Example

White with #A35A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35A26; }

 p { color: rgb(163,90,38); }

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

background-color css

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

 a { background-color: rgb(163,90,38); }

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

border-color css

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

 span { border-color: rgb(163,90,38); }

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