Html Css Color HEX #A35824 Rich Gold

📋 copy color: '#A35824'

red 163 ◦ green 88 ◦ blue 36

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

Shades of Rich Gold #A35824

Tints of Rich Gold #A35824

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.66%

 BLUE value IS 36 (14.45% from 255) = 12.54%

R = 56.79%
G = 30.66%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A35824 (or 0xA35824) is known color: Rich Gold. HEX triplet: A3, 58 and 24. RGB value is (163,88,36). Sum of RGB (Red+Green+Blue) = 163+88+36=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A35824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35824 is #5CA7DB. Grayscale: #686868. Windows color (decimal): -6072284 or 2381987. OLE color: 2381987.

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

Color convert

RGB 163 88 36 -
CMYK 0 0.46 0.78 0.36
HSL 24.57º 0.64% 0.39% -
HSV(B) 24.57º 0.78% 0.64% -
XYZ 18.91 14.89 3.55 -
YUV 104.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 163 88 36 0 0.46 0.78 0.36 24.57 0.64 0.39
Hex A3 58 24 0 2E 4E 24 19 40 27
Octal 243 130 44 0 56 116 44 31 100 47
Binary 10100011 1011000 100100 0 101110 1001110 100100 11001 1000000 100111

Color Harmonies of #A35824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35824

Black with #A35824

Text Example


Text Example

White with #A35824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35824; }

 p { color: rgb(163,88,36); }

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

background-color css

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

 a { background-color: rgb(163,88,36); }

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

border-color css

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

 span { border-color: rgb(163,88,36); }

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