Html Css Color HEX #A36A6A Copper Rose

📋 copy color: '#A36A6A'

red 163 ◦ green 106 ◦ blue 106

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

Shades of Copper Rose #A36A6A

Tints of Copper Rose #A36A6A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.27%

 BLUE value IS 106 (41.8% from 255) = 28.27%

R = 43.47%
G = 28.27%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A36A6A (or 0xA36A6A) is known color: Copper Rose. HEX triplet: A3, 6A and 6A. RGB value is (163,106,106). Sum of RGB (Red+Green+Blue) = 163+106+106=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36A6A is #5C9595. Grayscale: #7B7B7B. Windows color (decimal): -6067606 or 6974115. OLE color: 6974115.

HSL color Cylindrical-coordinate representation of color #A36A6A: 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.35%. Process color model (Four color, CMYK) of #A36A6A is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 106 106 -
CMYK 0 0.35 0.35 0.36
HSL 0.24% 0.53% -
HSV(B) 0.35% 0.64% -
XYZ 22.86 19.14 16.12 -
YUV 123.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 163 106 106 0 0.35 0.35 0.36 0 0.24 0.53
Hex A3 6A 6A 0 23 23 24 0 18 35
Octal 243 152 152 0 43 43 44 0 30 65
Binary 10100011 1101010 1101010 0 100011 100011 100100 0 11000 110101

Color Harmonies of #A36A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36A6A

Black with #A36A6A

Text Example


Text Example

White with #A36A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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