Html Css Color HEX #AF521F Rose Of Sharon

📋 copy color: '#AF521F'

red 175 ◦ green 82 ◦ blue 31

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

Shades of Rose Of Sharon #AF521F

Tints of Rose Of Sharon #AF521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.47%

 BLUE value IS 31 (12.5% from 255) = 10.76%

R = 60.76%
G = 28.47%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF521F (or 0xAF521F) is known color: Rose Of Sharon. HEX triplet: AF, 52 and 1F. RGB value is (175,82,31). Sum of RGB (Red+Green+Blue) = 175+82+31=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF521F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF521F is #50ADE0. Grayscale: #686868. Windows color (decimal): -5287393 or 2052783. OLE color: 2052783.

HSL color Cylindrical-coordinate representation of color #AF521F: hue angle of 21.25º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF521F is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 82 31 -
CMYK 0 0.53 0.82 0.31
HSL 21.25º 0.7% 0.4% -
HSV(B) 21.25º 0.82% 0.69% -
XYZ 20.94 15.25 3.14 -
YUV 103.99 86.81 178.65 -
System Red Green Blue C M Y K H S L
Decimal 175 82 31 0 0.53 0.82 0.31 21.25 0.7 0.4
Hex AF 52 1F 0 35 52 1F 15 46 28
Octal 257 122 37 0 65 122 37 25 106 50
Binary 10101111 1010010 11111 0 110101 1010010 11111 10101 1000110 101000

Color Harmonies of #AF521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF521F

Black with #AF521F

Text Example


Text Example

White with #AF521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF521F; }

 p { color: rgb(175,82,31); }

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

background-color css

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

 a { background-color: rgb(175,82,31); }

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

border-color css

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

 span { border-color: rgb(175,82,31); }

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