Html Css Color HEX #A3635F Copper Rose

📋 copy color: '#A3635F'

red 163 ◦ green 99 ◦ blue 95

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

Shades of Copper Rose #A3635F

Tints of Copper Rose #A3635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.73%

 BLUE value IS 95 (37.5% from 255) = 26.61%

R = 45.66%
G = 27.73%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3635F (or 0xA3635F) is known color: Copper Rose. HEX triplet: A3, 63 and 5F. RGB value is (163,99,95). Sum of RGB (Red+Green+Blue) = 163+99+95=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3635F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3635F is #5C9CA0. Grayscale: #757575. Windows color (decimal): -6069409 or 6251427. OLE color: 6251427.

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

Color convert

RGB 163 99 95 -
CMYK 0 0.39 0.42 0.36
HSL 3.53º 0.27% 0.51% -
HSV(B) 3.53º 0.42% 0.64% -
XYZ 21.63 17.54 13.07 -
YUV 117.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 163 99 95 0 0.39 0.42 0.36 3.53 0.27 0.51
Hex A3 63 5F 0 27 2A 24 4 1B 33
Octal 243 143 137 0 47 52 44 4 33 63
Binary 10100011 1100011 1011111 0 100111 101010 100100 100 11011 110011

Color Harmonies of #A3635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3635F

Black with #A3635F

Text Example


Text Example

White with #A3635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3635F; }

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

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

background-color css

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

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

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

border-color css

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

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

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