Html Css Color HEX #A4605D Copper Rose

📋 copy color: '#A4605D'

red 164 ◦ green 96 ◦ blue 93

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

Shades of Copper Rose #A4605D

Tints of Copper Rose #A4605D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.35%

R = 46.46%
G = 27.2%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4605D (or 0xA4605D) is known color: Copper Rose. HEX triplet: A4, 60 and 5D. RGB value is (164,96,93). Sum of RGB (Red+Green+Blue) = 164+96+93=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A4605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4605D is #5B9FA2. Grayscale: #747474. Windows color (decimal): -6004643 or 6119588. OLE color: 6119588.

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

Color convert

RGB 164 96 93 -
CMYK 0 0.41 0.43 0.36
HSL 2.54º 0.28% 0.5% -
HSV(B) 2.54º 0.43% 0.64% -
XYZ 21.47 17.05 12.52 -
YUV 115.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 164 96 93 0 0.41 0.43 0.36 2.54 0.28 0.5
Hex A4 60 5D 0 29 2B 24 3 1C 32
Octal 244 140 135 0 51 53 44 3 34 62
Binary 10100100 1100000 1011101 0 101001 101011 100100 11 11100 110010

Color Harmonies of #A4605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4605D

Black with #A4605D

Text Example


Text Example

White with #A4605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4605D; }

 p { color: rgb(164,96,93); }

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

background-color css

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

 a { background-color: rgb(164,96,93); }

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

border-color css

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

 span { border-color: rgb(164,96,93); }

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