Html Css Color HEX #A3501B Rich Gold

📋 copy color: '#A3501B'

red 163 ◦ green 80 ◦ blue 27

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

Shades of Rich Gold #A3501B

Tints of Rich Gold #A3501B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10%

R = 60.37%
G = 29.63%
B = 10%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3501B (or 0xA3501B) is known color: Rich Gold. HEX triplet: A3, 50 and 1B. RGB value is (163,80,27). Sum of RGB (Red+Green+Blue) = 163+80+27=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A3501B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3501B is #5CAFE4. Grayscale: #636363. Windows color (decimal): -6074341 or 1790115. OLE color: 1790115.

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

Color convert

RGB 163 80 27 -
CMYK 0 0.51 0.83 0.36
HSL 23.38º 0.72% 0.37% -
HSV(B) 23.38º 0.83% 0.64% -
XYZ 18.17 13.6 2.7 -
YUV 98.78 87.5 173.81 -
System Red Green Blue C M Y K H S L
Decimal 163 80 27 0 0.51 0.83 0.36 23.38 0.72 0.37
Hex A3 50 1B 0 33 53 24 17 48 25
Octal 243 120 33 0 63 123 44 27 110 45
Binary 10100011 1010000 11011 0 110011 1010011 100100 10111 1001000 100101

Color Harmonies of #A3501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3501B

Black with #A3501B

Text Example


Text Example

White with #A3501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3501B; }

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

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

background-color css

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

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

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

border-color css

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

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

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