Html Css Color HEX #A36969 Copper Rose

📋 copy color: '#A36969'

red 163 ◦ green 105 ◦ blue 105

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

Shades of Copper Rose #A36969

Tints of Copper Rose #A36969

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.15%

 BLUE value IS 105 (41.41% from 255) = 28.15%

R = 43.7%
G = 28.15%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A36969 (or 0xA36969) is known color: Copper Rose. HEX triplet: A3, 69 and 69. RGB value is (163,105,105). Sum of RGB (Red+Green+Blue) = 163+105+105=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A36969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36969 is #5C9696. Grayscale: #7A7A7A. Windows color (decimal): -6067863 or 6908323. OLE color: 6908323.

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

Color convert

RGB 163 105 105 -
CMYK 0 0.36 0.36 0.36
HSL 0.24% 0.53% -
HSV(B) 0.36% 0.64% -
XYZ 22.71 18.91 15.82 -
YUV 122.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 163 105 105 0 0.36 0.36 0.36 0 0.24 0.53
Hex A3 69 69 0 24 24 24 0 18 35
Octal 243 151 151 0 44 44 44 0 30 65
Binary 10100011 1101001 1101001 0 100100 100100 100100 0 11000 110101

Color Harmonies of #A36969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36969

Black with #A36969

Text Example


Text Example

White with #A36969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36969; }

 p { color: rgb(163,105,105); }

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

background-color css

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

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

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

border-color css

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

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

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