Html Css Color HEX #A35A1E Rich Gold

📋 copy color: '#A35A1E'

red 163 ◦ green 90 ◦ blue 30

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

Shades of Rich Gold #A35A1E

Tints of Rich Gold #A35A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.6%

R = 57.6%
G = 31.8%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A35A1E (or 0xA35A1E) is known color: Rich Gold. HEX triplet: A3, 5A and 1E. RGB value is (163,90,30). Sum of RGB (Red+Green+Blue) = 163+90+30=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35A1E is #5CA5E1. Grayscale: #696969. Windows color (decimal): -6071778 or 1989283. OLE color: 1989283.

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

Color convert

RGB 163 90 30 -
CMYK 0 0.45 0.82 0.36
HSL 27.07º 0.69% 0.38% -
HSV(B) 27.07º 0.82% 0.64% -
XYZ 18.99 15.19 3.16 -
YUV 104.99 85.68 169.38 -
System Red Green Blue C M Y K H S L
Decimal 163 90 30 0 0.45 0.82 0.36 27.07 0.69 0.38
Hex A3 5A 1E 0 2D 52 24 1B 45 26
Octal 243 132 36 0 55 122 44 33 105 46
Binary 10100011 1011010 11110 0 101101 1010010 100100 11011 1000101 100110

Color Harmonies of #A35A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35A1E

Black with #A35A1E

Text Example


Text Example

White with #A35A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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