Html Css Color HEX #AF4628 Rose Of Sharon

📋 copy color: '#AF4628'

red 175 ◦ green 70 ◦ blue 40

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

Shades of Rose Of Sharon #AF4628

Tints of Rose Of Sharon #AF4628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.56%

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 61.4%
G = 24.56%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF4628 (or 0xAF4628) is known color: Rose Of Sharon. HEX triplet: AF, 46 and 28. RGB value is (175,70,40). Sum of RGB (Red+Green+Blue) = 175+70+40=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4628 is #50B9D7. Grayscale: #626262. Windows color (decimal): -5290456 or 2639535. OLE color: 2639535.

HSL color Cylindrical-coordinate representation of color #AF4628: hue angle of 13.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF4628 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 70 40 -
CMYK 0 0.60 0.77 0.31
HSL 13.33º 0.63% 0.42% -
HSV(B) 13.33º 0.77% 0.69% -
XYZ 20.25 13.65 3.57 -
YUV 97.98 95.29 182.94 -
System Red Green Blue C M Y K H S L
Decimal 175 70 40 0 0.60 0.77 0.31 13.33 0.63 0.42
Hex AF 46 28 0 3C 4D 1F D 3F 2A
Octal 257 106 50 0 74 115 37 15 77 52
Binary 10101111 1000110 101000 0 111100 1001101 11111 1101 111111 101010

Color Harmonies of #AF4628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4628

Black with #AF4628

Text Example


Text Example

White with #AF4628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4628; }

 p { color: rgb(175,70,40); }

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

background-color css

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

 a { background-color: rgb(175,70,40); }

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

border-color css

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

 span { border-color: rgb(175,70,40); }

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