Html Css Color HEX #AF4D1E Rose Of Sharon

📋 copy color: '#AF4D1E'

red 175 ◦ green 77 ◦ blue 30

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

Shades of Rose Of Sharon #AF4D1E

Tints of Rose Of Sharon #AF4D1E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.3%

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

R = 62.06%
G = 27.3%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF4D1E (or 0xAF4D1E) is known color: Rose Of Sharon. HEX triplet: AF, 4D and 1E. RGB value is (175,77,30). Sum of RGB (Red+Green+Blue) = 175+77+30=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D1E is #50B2E1. Grayscale: #656565. Windows color (decimal): -5288674 or 1985967. OLE color: 1985967.

HSL color Cylindrical-coordinate representation of color #AF4D1E: hue angle of 19.45º 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 #AF4D1E is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 77 30 -
CMYK 0 0.56 0.83 0.31
HSL 19.45º 0.71% 0.4% -
HSV(B) 19.45º 0.83% 0.69% -
XYZ 20.57 14.52 2.95 -
YUV 100.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 175 77 30 0 0.56 0.83 0.31 19.45 0.71 0.4
Hex AF 4D 1E 0 38 53 1F 13 47 28
Octal 257 115 36 0 70 123 37 23 107 50
Binary 10101111 1001101 11110 0 111000 1010011 11111 10011 1000111 101000

Color Harmonies of #AF4D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D1E

Black with #AF4D1E

Text Example


Text Example

White with #AF4D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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