Html Css Color HEX #AF5123 Rose Of Sharon

📋 copy color: '#AF5123'

red 175 ◦ green 81 ◦ blue 35

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

Shades of Rose Of Sharon #AF5123

Tints of Rose Of Sharon #AF5123

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.84%

 BLUE value IS 35 (14.06% from 255) = 12.03%

R = 60.14%
G = 27.84%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF5123 (or 0xAF5123) is known color: Rose Of Sharon. HEX triplet: AF, 51 and 23. RGB value is (175,81,35). Sum of RGB (Red+Green+Blue) = 175+81+35=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5123 is #50AEDC. Grayscale: #686868. Windows color (decimal): -5287645 or 2314671. OLE color: 2314671.

HSL color Cylindrical-coordinate representation of color #AF5123: hue angle of 19.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF5123 is Cyan = 0, Magento = 0.54, Yellow = 0.8 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 81 35 -
CMYK 0 0.54 0.8 0.31
HSL 19.71º 0.67% 0.41% -
HSV(B) 19.71º 0.8% 0.69% -
XYZ 20.93 15.12 3.41 -
YUV 103.86 89.14 178.74 -
System Red Green Blue C M Y K H S L
Decimal 175 81 35 0 0.54 0.8 0.31 19.71 0.67 0.41
Hex AF 51 23 0 36 50 1F 14 43 29
Octal 257 121 43 0 66 120 37 24 103 51
Binary 10101111 1010001 100011 0 110110 1010000 11111 10100 1000011 101001

Color Harmonies of #AF5123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5123

Black with #AF5123

Text Example


Text Example

White with #AF5123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5123; }

 p { color: rgb(175,81,35); }

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

background-color css

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

 a { background-color: rgb(175,81,35); }

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

border-color css

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

 span { border-color: rgb(175,81,35); }

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