Html Css Color HEX #A35A1F Rich Gold

📋 copy color: '#A35A1F'

red 163 ◦ green 90 ◦ blue 31

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

Shades of Rich Gold #A35A1F

Tints of Rich Gold #A35A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.92%

R = 57.39%
G = 31.69%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A35A1F (or 0xA35A1F) is known color: Rich Gold. HEX triplet: A3, 5A and 1F. RGB value is (163,90,31). Sum of RGB (Red+Green+Blue) = 163+90+31=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35A1F is #5CA5E0. Grayscale: #696969. Windows color (decimal): -6071777 or 2054819. OLE color: 2054819.

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

Color convert

RGB 163 90 31 -
CMYK 0 0.45 0.81 0.36
HSL 26.82º 0.68% 0.38% -
HSV(B) 26.82º 0.81% 0.64% -
XYZ 19.01 15.2 3.23 -
YUV 105.1 86.18 169.3 -
System Red Green Blue C M Y K H S L
Decimal 163 90 31 0 0.45 0.81 0.36 26.82 0.68 0.38
Hex A3 5A 1F 0 2D 51 24 1B 44 26
Octal 243 132 37 0 55 121 44 33 104 46
Binary 10100011 1011010 11111 0 101101 1010001 100100 11011 1000100 100110

Color Harmonies of #A35A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35A1F

Black with #A35A1F

Text Example


Text Example

White with #A35A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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