Html Css Color HEX #AF481E Rose Of Sharon

📋 copy color: '#AF481E'

red 175 ◦ green 72 ◦ blue 30

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

Shades of Rose Of Sharon #AF481E

Tints of Rose Of Sharon #AF481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 63.18%
G = 25.99%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF481E (or 0xAF481E) is known color: Rose Of Sharon. HEX triplet: AF, 48 and 1E. RGB value is (175,72,30). Sum of RGB (Red+Green+Blue) = 175+72+30=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF481E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF481E is #50B7E1. Grayscale: #626262. Windows color (decimal): -5289954 or 1984687. OLE color: 1984687.

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

Color convert

RGB 175 72 30 -
CMYK 0 0.59 0.83 0.31
HSL 17.38º 0.71% 0.4% -
HSV(B) 17.38º 0.83% 0.69% -
XYZ 20.23 13.84 2.83 -
YUV 98.01 89.62 182.92 -
System Red Green Blue C M Y K H S L
Decimal 175 72 30 0 0.59 0.83 0.31 17.38 0.71 0.4
Hex AF 48 1E 0 3B 53 1F 11 47 28
Octal 257 110 36 0 73 123 37 21 107 50
Binary 10101111 1001000 11110 0 111011 1010011 11111 10001 1000111 101000

Color Harmonies of #AF481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF481E

Black with #AF481E

Text Example


Text Example

White with #AF481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF481E; }

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

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

background-color css

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

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

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

border-color css

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

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

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