Html Css Color HEX #AF482C Rose Of Sharon

📋 copy color: '#AF482C'

red 175 ◦ green 72 ◦ blue 44

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

Shades of Rose Of Sharon #AF482C

Tints of Rose Of Sharon #AF482C

RGB

 RED value IS 175 (68.75% from 255) = 60.14%

 GREEN value IS 72 (28.52% from 255) = 24.74%

 BLUE value IS 44 (17.58% from 255) = 15.12%

R = 60.14%
G = 24.74%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF482C (or 0xAF482C) is known color: Rose Of Sharon. HEX triplet: AF, 48 and 2C. RGB value is (175,72,44). Sum of RGB (Red+Green+Blue) = 175+72+44=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF482C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF482C is #50B7D3. Grayscale: #636363. Windows color (decimal): -5289940 or 2902191. OLE color: 2902191.

HSL color Cylindrical-coordinate representation of color #AF482C: hue angle of 12.82º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF482C is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 72 44 -
CMYK 0 0.59 0.75 0.31
HSL 12.82º 0.6% 0.43% -
HSV(B) 12.82º 0.75% 0.69% -
XYZ 20.45 13.93 3.99 -
YUV 99.61 96.62 181.78 -
System Red Green Blue C M Y K H S L
Decimal 175 72 44 0 0.59 0.75 0.31 12.82 0.6 0.43
Hex AF 48 2C 0 3B 4B 1F D 3C 2B
Octal 257 110 54 0 73 113 37 15 74 53
Binary 10101111 1001000 101100 0 111011 1001011 11111 1101 111100 101011

Color Harmonies of #AF482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF482C

Black with #AF482C

Text Example


Text Example

White with #AF482C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF482C; }

 p { color: rgb(175,72,44); }

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

background-color css

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

 a { background-color: rgb(175,72,44); }

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

border-color css

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

 span { border-color: rgb(175,72,44); }

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