Html Css Color HEX #AF4823 Rose Of Sharon

📋 copy color: '#AF4823'

red 175 ◦ green 72 ◦ blue 35

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

Shades of Rose Of Sharon #AF4823

Tints of Rose Of Sharon #AF4823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.41%

R = 62.06%
G = 25.53%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF4823 (or 0xAF4823) is known color: Rose Of Sharon. HEX triplet: AF, 48 and 23. RGB value is (175,72,35). Sum of RGB (Red+Green+Blue) = 175+72+35=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4823 is #50B7DC. Grayscale: #626262. Windows color (decimal): -5289949 or 2312367. OLE color: 2312367.

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

Color convert

RGB 175 72 35 -
CMYK 0 0.59 0.8 0.31
HSL 15.86º 0.67% 0.41% -
HSV(B) 15.86º 0.8% 0.69% -
XYZ 20.3 13.87 3.2 -
YUV 98.58 92.12 182.51 -
System Red Green Blue C M Y K H S L
Decimal 175 72 35 0 0.59 0.8 0.31 15.86 0.67 0.41
Hex AF 48 23 0 3B 50 1F 10 43 29
Octal 257 110 43 0 73 120 37 20 103 51
Binary 10101111 1001000 100011 0 111011 1010000 11111 10000 1000011 101001

Color Harmonies of #AF4823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4823

Black with #AF4823

Text Example


Text Example

White with #AF4823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4823; }

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

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

background-color css

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

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

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

border-color css

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

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

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