Html Css Color HEX #AF4E2A Rose Of Sharon

📋 copy color: '#AF4E2A'

red 175 ◦ green 78 ◦ blue 42

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

Shades of Rose Of Sharon #AF4E2A

Tints of Rose Of Sharon #AF4E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.24%

R = 59.32%
G = 26.44%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF4E2A (or 0xAF4E2A) is known color: Rose Of Sharon. HEX triplet: AF, 4E and 2A. RGB value is (175,78,42). Sum of RGB (Red+Green+Blue) = 175+78+42=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E2A is #50B1D5. Grayscale: #676767. Windows color (decimal): -5288406 or 2772655. OLE color: 2772655.

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

Color convert

RGB 175 78 42 -
CMYK 0 0.55 0.76 0.31
HSL 16.24º 0.61% 0.43% -
HSV(B) 16.24º 0.76% 0.69% -
XYZ 20.82 14.73 3.94 -
YUV 102.9 93.64 179.43 -
System Red Green Blue C M Y K H S L
Decimal 175 78 42 0 0.55 0.76 0.31 16.24 0.61 0.43
Hex AF 4E 2A 0 37 4C 1F 10 3D 2B
Octal 257 116 52 0 67 114 37 20 75 53
Binary 10101111 1001110 101010 0 110111 1001100 11111 10000 111101 101011

Color Harmonies of #AF4E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E2A

Black with #AF4E2A

Text Example


Text Example

White with #AF4E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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