Html Css Color HEX #AF4627 Rose Of Sharon

📋 copy color: '#AF4627'

red 175 ◦ green 70 ◦ blue 39

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

Shades of Rose Of Sharon #AF4627

Tints of Rose Of Sharon #AF4627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.73%

R = 61.62%
G = 24.65%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF4627 (or 0xAF4627) is known color: Rose Of Sharon. HEX triplet: AF, 46 and 27. RGB value is (175,70,39). Sum of RGB (Red+Green+Blue) = 175+70+39=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4627 is #50B9D8. Grayscale: #626262. Windows color (decimal): -5290457 or 2573999. OLE color: 2573999.

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

Color convert

RGB 175 70 39 -
CMYK 0 0.60 0.78 0.31
HSL 13.68º 0.64% 0.42% -
HSV(B) 13.68º 0.78% 0.69% -
XYZ 20.24 13.64 3.49 -
YUV 97.86 94.79 183.02 -
System Red Green Blue C M Y K H S L
Decimal 175 70 39 0 0.60 0.78 0.31 13.68 0.64 0.42
Hex AF 46 27 0 3C 4E 1F E 40 2A
Octal 257 106 47 0 74 116 37 16 100 52
Binary 10101111 1000110 100111 0 111100 1001110 11111 1110 1000000 101010

Color Harmonies of #AF4627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4627

Black with #AF4627

Text Example


Text Example

White with #AF4627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4627; }

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

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

background-color css

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

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

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

border-color css

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

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

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