Html Css Color HEX #AF4E2C Rose Of Sharon

📋 copy color: '#AF4E2C'

red 175 ◦ green 78 ◦ blue 44

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

Shades of Rose Of Sharon #AF4E2C

Tints of Rose Of Sharon #AF4E2C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.26%

 BLUE value IS 44 (17.58% from 255) = 14.81%

R = 58.92%
G = 26.26%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF4E2C (or 0xAF4E2C) is known color: Rose Of Sharon. HEX triplet: AF, 4E and 2C. RGB value is (175,78,44). Sum of RGB (Red+Green+Blue) = 175+78+44=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E2C is #50B1D3. Grayscale: #676767. Windows color (decimal): -5288404 or 2903727. OLE color: 2903727.

HSL color Cylindrical-coordinate representation of color #AF4E2C: hue angle of 15.57º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF4E2C is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 78 44 -
CMYK 0 0.55 0.75 0.31
HSL 15.57º 0.6% 0.43% -
HSV(B) 15.57º 0.75% 0.69% -
XYZ 20.86 14.74 4.13 -
YUV 103.13 94.64 179.26 -
System Red Green Blue C M Y K H S L
Decimal 175 78 44 0 0.55 0.75 0.31 15.57 0.6 0.43
Hex AF 4E 2C 0 37 4B 1F 10 3C 2B
Octal 257 116 54 0 67 113 37 20 74 53
Binary 10101111 1001110 101100 0 110111 1001011 11111 10000 111100 101011

Color Harmonies of #AF4E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E2C

Black with #AF4E2C

Text Example


Text Example

White with #AF4E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E2C; }

 p { color: rgb(175,78,44); }

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

background-color css

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

 a { background-color: rgb(175,78,44); }

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

border-color css

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

 span { border-color: rgb(175,78,44); }

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