Html Css Color HEX #AF4922 Rose Of Sharon

📋 copy color: '#AF4922'

red 175 ◦ green 73 ◦ blue 34

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

Shades of Rose Of Sharon #AF4922

Tints of Rose Of Sharon #AF4922

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.89%

 BLUE value IS 34 (13.67% from 255) = 12.06%

R = 62.06%
G = 25.89%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF4922 (or 0xAF4922) is known color: Rose Of Sharon. HEX triplet: AF, 49 and 22. RGB value is (175,73,34). Sum of RGB (Red+Green+Blue) = 175+73+34=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4922 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4922 is #50B6DD. Grayscale: #636363. Windows color (decimal): -5289694 or 2247087. OLE color: 2247087.

HSL color Cylindrical-coordinate representation of color #AF4922: hue angle of 16.6º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF4922 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 73 34 -
CMYK 0 0.58 0.81 0.31
HSL 16.6º 0.67% 0.41% -
HSV(B) 16.6º 0.81% 0.69% -
XYZ 20.35 13.99 3.14 -
YUV 99.05 91.29 182.17 -
System Red Green Blue C M Y K H S L
Decimal 175 73 34 0 0.58 0.81 0.31 16.6 0.67 0.41
Hex AF 49 22 0 3A 51 1F 11 43 29
Octal 257 111 42 0 72 121 37 21 103 51
Binary 10101111 1001001 100010 0 111010 1010001 11111 10001 1000011 101001

Color Harmonies of #AF4922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4922

Black with #AF4922

Text Example


Text Example

White with #AF4922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4922; }

 p { color: rgb(175,73,34); }

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

background-color css

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

 a { background-color: rgb(175,73,34); }

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

border-color css

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

 span { border-color: rgb(175,73,34); }

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