Html Css Color HEX #A35C2A Rich Gold

📋 copy color: '#A35C2A'

red 163 ◦ green 92 ◦ blue 42

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

Shades of Rich Gold #A35C2A

Tints of Rich Gold #A35C2A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.98%

 BLUE value IS 42 (16.8% from 255) = 14.14%

R = 54.88%
G = 30.98%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A35C2A (or 0xA35C2A) is known color: Rich Gold. HEX triplet: A3, 5C and 2A. RGB value is (163,92,42). Sum of RGB (Red+Green+Blue) = 163+92+42=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35C2A is #5CA3D5. Grayscale: #6B6B6B. Windows color (decimal): -6071254 or 2776227. OLE color: 2776227.

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

Color convert

RGB 163 92 42 -
CMYK 0 0.44 0.74 0.36
HSL 24.79º 0.59% 0.4% -
HSV(B) 24.79º 0.74% 0.64% -
XYZ 19.35 15.61 4.18 -
YUV 107.53 91.02 167.57 -
System Red Green Blue C M Y K H S L
Decimal 163 92 42 0 0.44 0.74 0.36 24.79 0.59 0.4
Hex A3 5C 2A 0 2C 4A 24 19 3B 28
Octal 243 134 52 0 54 112 44 31 73 50
Binary 10100011 1011100 101010 0 101100 1001010 100100 11001 111011 101000

Color Harmonies of #A35C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35C2A

Black with #A35C2A

Text Example


Text Example

White with #A35C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35C2A; }

 p { color: rgb(163,92,42); }

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

background-color css

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

 a { background-color: rgb(163,92,42); }

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

border-color css

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

 span { border-color: rgb(163,92,42); }

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