Html Css Color HEX #A4615F Copper Rose

📋 copy color: '#A4615F'

red 164 ◦ green 97 ◦ blue 95

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

Shades of Copper Rose #A4615F

Tints of Copper Rose #A4615F

RGB

 RED value IS 164 (64.45% from 255) = 46.07%

 GREEN value IS 97 (38.28% from 255) = 27.25%

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

R = 46.07%
G = 27.25%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A4615F (or 0xA4615F) is known color: Copper Rose. HEX triplet: A4, 61 and 5F. RGB value is (164,97,95). Sum of RGB (Red+Green+Blue) = 164+97+95=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A4615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4615F is #5B9EA0. Grayscale: #747474. Windows color (decimal): -6004385 or 6250916. OLE color: 6250916.

HSL color Cylindrical-coordinate representation of color #A4615F: hue angle of 1.74º 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 #A4615F is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 97 95 -
CMYK 0 0.41 0.42 0.36
HSL 1.74º 0.27% 0.51% -
HSV(B) 1.74º 0.42% 0.64% -
XYZ 21.65 17.27 13.02 -
YUV 116.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 164 97 95 0 0.41 0.42 0.36 1.74 0.27 0.51
Hex A4 61 5F 0 29 2A 24 2 1B 33
Octal 244 141 137 0 51 52 44 2 33 63
Binary 10100100 1100001 1011111 0 101001 101010 100100 10 11011 110011

Color Harmonies of #A4615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4615F

Black with #A4615F

Text Example


Text Example

White with #A4615F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4615F; }

 p { color: rgb(164,97,95); }

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

background-color css

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

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

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

border-color css

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

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

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