Html Css Color HEX #AF4822 Rose Of Sharon

📋 copy color: '#AF4822'

red 175 ◦ green 72 ◦ blue 34

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

Shades of Rose Of Sharon #AF4822

Tints of Rose Of Sharon #AF4822

RGB

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

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

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

R = 62.28%
G = 25.62%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF4822 (or 0xAF4822) is known color: Rose Of Sharon. HEX triplet: AF, 48 and 22. RGB value is (175,72,34). Sum of RGB (Red+Green+Blue) = 175+72+34=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4822 is #50B7DD. Grayscale: #626262. Windows color (decimal): -5289950 or 2246831. OLE color: 2246831.

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

Color convert

RGB 175 72 34 -
CMYK 0 0.59 0.81 0.31
HSL 16.17º 0.67% 0.41% -
HSV(B) 16.17º 0.81% 0.69% -
XYZ 20.29 13.86 3.12 -
YUV 98.47 91.62 182.59 -
System Red Green Blue C M Y K H S L
Decimal 175 72 34 0 0.59 0.81 0.31 16.17 0.67 0.41
Hex AF 48 22 0 3B 51 1F 10 43 29
Octal 257 110 42 0 73 121 37 20 103 51
Binary 10101111 1001000 100010 0 111011 1010001 11111 10000 1000011 101001

Color Harmonies of #AF4822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4822

Black with #AF4822

Text Example


Text Example

White with #AF4822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4822; }

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

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

background-color css

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

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

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

border-color css

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

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

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