Html Css Color HEX #A36764 Copper Rose

📋 copy color: '#A36764'

red 163 ◦ green 103 ◦ blue 100

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

Shades of Copper Rose #A36764

Tints of Copper Rose #A36764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.14%

 BLUE value IS 100 (39.45% from 255) = 27.32%

R = 44.54%
G = 28.14%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A36764 (or 0xA36764) is known color: Copper Rose. HEX triplet: A3, 67 and 64. RGB value is (163,103,100). Sum of RGB (Red+Green+Blue) = 163+103+100=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A36764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36764 is #5C989B. Grayscale: #787878. Windows color (decimal): -6068380 or 6580131. OLE color: 6580131.

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

Color convert

RGB 163 103 100 -
CMYK 0 0.37 0.39 0.36
HSL 2.86º 0.26% 0.52% -
HSV(B) 2.86º 0.39% 0.64% -
XYZ 22.25 18.41 14.44 -
YUV 120.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 163 103 100 0 0.37 0.39 0.36 2.86 0.26 0.52
Hex A3 67 64 0 25 27 24 3 1A 34
Octal 243 147 144 0 45 47 44 3 32 64
Binary 10100011 1100111 1100100 0 100101 100111 100100 11 11010 110100

Color Harmonies of #A36764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36764

Black with #A36764

Text Example


Text Example

White with #A36764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36764; }

 p { color: rgb(163,103,100); }

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

background-color css

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

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

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

border-color css

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

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

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