Html Css Color HEX #A35B22 Rich Gold

📋 copy color: '#A35B22'

red 163 ◦ green 91 ◦ blue 34

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

Shades of Rich Gold #A35B22

Tints of Rich Gold #A35B22

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.6%

 BLUE value IS 34 (13.67% from 255) = 11.81%

R = 56.6%
G = 31.6%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A35B22 (or 0xA35B22) is known color: Rich Gold. HEX triplet: A3, 5B and 22. RGB value is (163,91,34). Sum of RGB (Red+Green+Blue) = 163+91+34=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35B22 is #5CA4DD. Grayscale: #6A6A6A. Windows color (decimal): -6071518 or 2251683. OLE color: 2251683.

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

Color convert

RGB 163 91 34 -
CMYK 0 0.44 0.79 0.36
HSL 26.51º 0.65% 0.39% -
HSV(B) 26.51º 0.79% 0.64% -
XYZ 19.13 15.38 3.47 -
YUV 106.03 87.35 168.63 -
System Red Green Blue C M Y K H S L
Decimal 163 91 34 0 0.44 0.79 0.36 26.51 0.65 0.39
Hex A3 5B 22 0 2C 4F 24 1B 41 27
Octal 243 133 42 0 54 117 44 33 101 47
Binary 10100011 1011011 100010 0 101100 1001111 100100 11011 1000001 100111

Color Harmonies of #A35B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35B22

Black with #A35B22

Text Example


Text Example

White with #A35B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35B22; }

 p { color: rgb(163,91,34); }

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

background-color css

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

 a { background-color: rgb(163,91,34); }

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

border-color css

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

 span { border-color: rgb(163,91,34); }

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