Html Css Color HEX #A35028 Rich Gold

📋 copy color: '#A35028'

red 163 ◦ green 80 ◦ blue 40

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

Shades of Rich Gold #A35028

Tints of Rich Gold #A35028

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.27%

 BLUE value IS 40 (16.02% from 255) = 14.13%

R = 57.6%
G = 28.27%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A35028 (or 0xA35028) is known color: Rich Gold. HEX triplet: A3, 50 and 28. RGB value is (163,80,40). Sum of RGB (Red+Green+Blue) = 163+80+40=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A35028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35028 is #5CAFD7. Grayscale: #646464. Windows color (decimal): -6074328 or 2642083. OLE color: 2642083.

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

Color convert

RGB 163 80 40 -
CMYK 0 0.51 0.75 0.36
HSL 19.51º 0.61% 0.4% -
HSV(B) 19.51º 0.75% 0.64% -
XYZ 18.36 13.68 3.68 -
YUV 100.26 94 172.75 -
System Red Green Blue C M Y K H S L
Decimal 163 80 40 0 0.51 0.75 0.36 19.51 0.61 0.4
Hex A3 50 28 0 33 4B 24 14 3D 28
Octal 243 120 50 0 63 113 44 24 75 50
Binary 10100011 1010000 101000 0 110011 1001011 100100 10100 111101 101000

Color Harmonies of #A35028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35028

Black with #A35028

Text Example


Text Example

White with #A35028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35028; }

 p { color: rgb(163,80,40); }

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

background-color css

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

 a { background-color: rgb(163,80,40); }

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

border-color css

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

 span { border-color: rgb(163,80,40); }

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