Html Css Color HEX #AF4622 Rose Of Sharon

📋 copy color: '#AF4622'

red 175 ◦ green 70 ◦ blue 34

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

Shades of Rose Of Sharon #AF4622

Tints of Rose Of Sharon #AF4622

RGB

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

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

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

R = 62.72%
G = 25.09%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF4622 (or 0xAF4622) is known color: Rose Of Sharon. HEX triplet: AF, 46 and 22. RGB value is (175,70,34). Sum of RGB (Red+Green+Blue) = 175+70+34=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4622 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4622 is #50B9DD. Grayscale: #616161. Windows color (decimal): -5290462 or 2246319. OLE color: 2246319.

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

Color convert

RGB 175 70 34 -
CMYK 0 0.60 0.81 0.31
HSL 15.32º 0.67% 0.41% -
HSV(B) 15.32º 0.81% 0.69% -
XYZ 20.16 13.61 3.08 -
YUV 97.29 92.29 183.43 -
System Red Green Blue C M Y K H S L
Decimal 175 70 34 0 0.60 0.81 0.31 15.32 0.67 0.41
Hex AF 46 22 0 3C 51 1F F 43 29
Octal 257 106 42 0 74 121 37 17 103 51
Binary 10101111 1000110 100010 0 111100 1010001 11111 1111 1000011 101001

Color Harmonies of #AF4622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4622

Black with #AF4622

Text Example


Text Example

White with #AF4622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4622; }

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

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

background-color css

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

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

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

border-color css

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

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

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