Html Css Color HEX #AF4423 Rose Of Sharon

📋 copy color: '#AF4423'

red 175 ◦ green 68 ◦ blue 35

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

Shades of Rose Of Sharon #AF4423

Tints of Rose Of Sharon #AF4423

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.46%

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

R = 62.95%
G = 24.46%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF4423 (or 0xAF4423) is known color: Rose Of Sharon. HEX triplet: AF, 44 and 23. RGB value is (175,68,35). Sum of RGB (Red+Green+Blue) = 175+68+35=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4423 is #50BBDC. Grayscale: #606060. Windows color (decimal): -5290973 or 2311343. OLE color: 2311343.

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

Color convert

RGB 175 68 35 -
CMYK 0 0.61 0.8 0.31
HSL 14.14º 0.67% 0.41% -
HSV(B) 14.14º 0.8% 0.69% -
XYZ 20.05 13.37 3.11 -
YUV 96.23 93.45 184.18 -
System Red Green Blue C M Y K H S L
Decimal 175 68 35 0 0.61 0.8 0.31 14.14 0.67 0.41
Hex AF 44 23 0 3D 50 1F E 43 29
Octal 257 104 43 0 75 120 37 16 103 51
Binary 10101111 1000100 100011 0 111101 1010000 11111 1110 1000011 101001

Color Harmonies of #AF4423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4423

Black with #AF4423

Text Example


Text Example

White with #AF4423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4423; }

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

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

background-color css

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

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

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

border-color css

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

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

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