Html Css Color HEX #A8605F Copper Rose

📋 copy color: '#A8605F'

red 168 ◦ green 96 ◦ blue 95

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

Shades of Copper Rose #A8605F

Tints of Copper Rose #A8605F

RGB

 RED value IS 168 (66.02% from 255) = 46.8%

 GREEN value IS 96 (37.89% from 255) = 26.74%

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

R = 46.8%
G = 26.74%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A8605F (or 0xA8605F) is known color: Copper Rose. HEX triplet: A8, 60 and 5F. RGB value is (168,96,95). Sum of RGB (Red+Green+Blue) = 168+96+95=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8605F is #579FA0. Grayscale: #757575. Windows color (decimal): -5742497 or 6250664. OLE color: 6250664.

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

Color convert

RGB 168 96 95 -
CMYK 0 0.43 0.43 0.34
HSL 0.82º 0.3% 0.52% -
HSV(B) 0.82º 0.43% 0.66% -
XYZ 22.4 17.52 13.03 -
YUV 117.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 168 96 95 0 0.43 0.43 0.34 0.82 0.3 0.52
Hex A8 60 5F 0 2B 2B 22 1 1E 34
Octal 250 140 137 0 53 53 42 1 36 64
Binary 10101000 1100000 1011111 0 101011 101011 100010 1 11110 110100

Color Harmonies of #A8605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8605F

Black with #A8605F

Text Example


Text Example

White with #A8605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8605F; }

 p { color: rgb(168,96,95); }

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

background-color css

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

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

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

border-color css

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

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

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