Html Css Color HEX #A35110 Rich Gold

📋 copy color: '#A35110'

red 163 ◦ green 81 ◦ blue 16

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

Shades of Rich Gold #A35110

Tints of Rich Gold #A35110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.15%

 BLUE value IS 16 (6.64% from 255) = 6.15%

R = 62.69%
G = 31.15%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A35110 (or 0xA35110) is known color: Rich Gold. HEX triplet: A3, 51 and 10. RGB value is (163,81,16). Sum of RGB (Red+Green+Blue) = 163+81+16=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A35110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35110 is #5CAEEF. Grayscale: #626262. Windows color (decimal): -6074096 or 1069475. OLE color: 1069475.

HSL color Cylindrical-coordinate representation of color #A35110: hue angle of 26.53º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A35110 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 81 16 -
CMYK 0 0.50 0.90 0.36
HSL 26.53º 0.82% 0.35% -
HSV(B) 26.53º 0.9% 0.64% -
XYZ 18.14 13.71 2.18 -
YUV 98.11 81.67 174.29 -
System Red Green Blue C M Y K H S L
Decimal 163 81 16 0 0.50 0.90 0.36 26.53 0.82 0.35
Hex A3 51 10 0 32 5A 24 1B 52 23
Octal 243 121 20 0 62 132 44 33 122 43
Binary 10100011 1010001 10000 0 110010 1011010 100100 11011 1010010 100011

Color Harmonies of #A35110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35110

Black with #A35110

Text Example


Text Example

White with #A35110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35110; }

 p { color: rgb(163,81,16); }

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

background-color css

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

 a { background-color: rgb(163,81,16); }

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

border-color css

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

 span { border-color: rgb(163,81,16); }

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