Html Css Color HEX #A95F5F Copper Rose

📋 copy color: '#A95F5F'

red 169 ◦ green 95 ◦ blue 95

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

Shades of Copper Rose #A95F5F

Tints of Copper Rose #A95F5F

RGB

 RED value IS 169 (66.41% from 255) = 47.08%

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

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

R = 47.08%
G = 26.46%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A95F5F (or 0xA95F5F) is known color: Copper Rose. HEX triplet: A9, 5F and 5F. RGB value is (169,95,95). Sum of RGB (Red+Green+Blue) = 169+95+95=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95F5F is #56A0A0. Grayscale: #757575. Windows color (decimal): -5677217 or 6250409. OLE color: 6250409.

HSL color Cylindrical-coordinate representation of color #A95F5F: hue angle of 0º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A95F5F is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 95 95 -
CMYK 0 0.44 0.44 0.34
HSL 0.3% 0.52% -
HSV(B) 0.44% 0.66% -
XYZ 22.52 17.45 13.01 -
YUV 117.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 169 95 95 0 0.44 0.44 0.34 0 0.3 0.52
Hex A9 5F 5F 0 2C 2C 22 0 1E 34
Octal 251 137 137 0 54 54 42 0 36 64
Binary 10101001 1011111 1011111 0 101100 101100 100010 0 11110 110100

Color Harmonies of #A95F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95F5F

Black with #A95F5F

Text Example


Text Example

White with #A95F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95F5F; }

 p { color: rgb(169,95,95); }

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

background-color css

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

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

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

border-color css

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

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

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