Html Css Color HEX #AF461F Rose Of Sharon

📋 copy color: '#AF461F'

red 175 ◦ green 70 ◦ blue 31

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

Shades of Rose Of Sharon #AF461F

Tints of Rose Of Sharon #AF461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.36%

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

R = 63.41%
G = 25.36%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF461F (or 0xAF461F) is known color: Rose Of Sharon. HEX triplet: AF, 46 and 1F. RGB value is (175,70,31). Sum of RGB (Red+Green+Blue) = 175+70+31=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF461F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF461F is #50B9E0. Grayscale: #616161. Windows color (decimal): -5290465 or 2049711. OLE color: 2049711.

HSL color Cylindrical-coordinate representation of color #AF461F: hue angle of 16.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 #AF461F is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 70 31 -
CMYK 0 0.60 0.82 0.31
HSL 16.25º 0.7% 0.4% -
HSV(B) 16.25º 0.82% 0.69% -
XYZ 20.12 13.59 2.86 -
YUV 96.95 90.79 183.67 -
System Red Green Blue C M Y K H S L
Decimal 175 70 31 0 0.60 0.82 0.31 16.25 0.7 0.4
Hex AF 46 1F 0 3C 52 1F 10 46 28
Octal 257 106 37 0 74 122 37 20 106 50
Binary 10101111 1000110 11111 0 111100 1010010 11111 10000 1000110 101000

Color Harmonies of #AF461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF461F

Black with #AF461F

Text Example


Text Example

White with #AF461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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