Html Css Color HEX #AF4C2E Rose Of Sharon

📋 copy color: '#AF4C2E'

red 175 ◦ green 76 ◦ blue 46

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

Shades of Rose Of Sharon #AF4C2E

Tints of Rose Of Sharon #AF4C2E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.59%

 BLUE value IS 46 (18.36% from 255) = 15.49%

R = 58.92%
G = 25.59%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF4C2E (or 0xAF4C2E) is known color: Rose Of Sharon. HEX triplet: AF, 4C and 2E. RGB value is (175,76,46). Sum of RGB (Red+Green+Blue) = 175+76+46=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4C2E is #50B3D1. Grayscale: #666666. Windows color (decimal): -5288914 or 3034287. OLE color: 3034287.

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

Color convert

RGB 175 76 46 -
CMYK 0 0.57 0.74 0.31
HSL 13.95º 0.58% 0.43% -
HSV(B) 13.95º 0.74% 0.69% -
XYZ 20.76 14.48 4.29 -
YUV 102.18 96.3 179.94 -
System Red Green Blue C M Y K H S L
Decimal 175 76 46 0 0.57 0.74 0.31 13.95 0.58 0.43
Hex AF 4C 2E 0 39 4A 1F E 3A 2B
Octal 257 114 56 0 71 112 37 16 72 53
Binary 10101111 1001100 101110 0 111001 1001010 11111 1110 111010 101011

Color Harmonies of #AF4C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C2E

Black with #AF4C2E

Text Example


Text Example

White with #AF4C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C2E; }

 p { color: rgb(175,76,46); }

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

background-color css

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

 a { background-color: rgb(175,76,46); }

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

border-color css

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

 span { border-color: rgb(175,76,46); }

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