Html Css Color HEX #A35F5E Copper Rose

📋 copy color: '#A35F5E'

red 163 ◦ green 95 ◦ blue 94

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

Shades of Copper Rose #A35F5E

Tints of Copper Rose #A35F5E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.99%

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 46.31%
G = 26.99%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A35F5E (or 0xA35F5E) is known color: Copper Rose. HEX triplet: A3, 5F and 5E. RGB value is (163,95,94). Sum of RGB (Red+Green+Blue) = 163+95+94=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35F5E is #5CA0A1. Grayscale: #737373. Windows color (decimal): -6070434 or 6184867. OLE color: 6184867.

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

Color convert

RGB 163 95 94 -
CMYK 0 0.42 0.42 0.36
HSL 0.87º 0.27% 0.5% -
HSV(B) 0.87º 0.42% 0.64% -
XYZ 21.22 16.78 12.71 -
YUV 115.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 163 95 94 0 0.42 0.42 0.36 0.87 0.27 0.5
Hex A3 5F 5E 0 2A 2A 24 1 1B 32
Octal 243 137 136 0 52 52 44 1 33 62
Binary 10100011 1011111 1011110 0 101010 101010 100100 1 11011 110010

Color Harmonies of #A35F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35F5E

Black with #A35F5E

Text Example


Text Example

White with #A35F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35F5E; }

 p { color: rgb(163,95,94); }

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

background-color css

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

 a { background-color: rgb(163,95,94); }

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

border-color css

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

 span { border-color: rgb(163,95,94); }

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