Html Css Color HEX #A36262 Copper Rose

📋 copy color: '#A36262'

red 163 ◦ green 98 ◦ blue 98

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

Shades of Copper Rose #A36262

Tints of Copper Rose #A36262

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.3%

 BLUE value IS 98 (38.67% from 255) = 27.3%

R = 45.4%
G = 27.3%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A36262 (or 0xA36262) is known color: Copper Rose. HEX triplet: A3, 62 and 62. RGB value is (163,98,98). Sum of RGB (Red+Green+Blue) = 163+98+98=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A36262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36262 is #5C9D9D. Grayscale: #757575. Windows color (decimal): -6069662 or 6447779. OLE color: 6447779.

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

Color convert

RGB 163 98 98 -
CMYK 0 0.40 0.40 0.36
HSL 0.26% 0.51% -
HSV(B) 0.4% 0.64% -
XYZ 21.68 17.4 13.77 -
YUV 117.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 163 98 98 0 0.40 0.40 0.36 0 0.26 0.51
Hex A3 62 62 0 28 28 24 0 1A 33
Octal 243 142 142 0 50 50 44 0 32 63
Binary 10100011 1100010 1100010 0 101000 101000 100100 0 11010 110011

Color Harmonies of #A36262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36262

Black with #A36262

Text Example


Text Example

White with #A36262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36262; }

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

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

background-color css

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

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

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

border-color css

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

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

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