Html Css Color HEX #AF5426 Rose Of Sharon

📋 copy color: '#AF5426'

red 175 ◦ green 84 ◦ blue 38

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

Shades of Rose Of Sharon #AF5426

Tints of Rose Of Sharon #AF5426

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.28%

 BLUE value IS 38 (15.23% from 255) = 12.79%

R = 58.92%
G = 28.28%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF5426 (or 0xAF5426) is known color: Rose Of Sharon. HEX triplet: AF, 54 and 26. RGB value is (175,84,38). Sum of RGB (Red+Green+Blue) = 175+84+38=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5426 is #50ABD9. Grayscale: #6A6A6A. Windows color (decimal): -5286874 or 2512047. OLE color: 2512047.

HSL color Cylindrical-coordinate representation of color #AF5426: hue angle of 20.15º 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 #AF5426 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 84 38 -
CMYK 0 0.52 0.78 0.31
HSL 20.15º 0.64% 0.42% -
HSV(B) 20.15º 0.78% 0.69% -
XYZ 21.2 15.59 3.73 -
YUV 105.97 89.65 177.24 -
System Red Green Blue C M Y K H S L
Decimal 175 84 38 0 0.52 0.78 0.31 20.15 0.64 0.42
Hex AF 54 26 0 34 4E 1F 14 40 2A
Octal 257 124 46 0 64 116 37 24 100 52
Binary 10101111 1010100 100110 0 110100 1001110 11111 10100 1000000 101010

Color Harmonies of #AF5426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5426

Black with #AF5426

Text Example


Text Example

White with #AF5426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5426; }

 p { color: rgb(175,84,38); }

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

background-color css

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

 a { background-color: rgb(175,84,38); }

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

border-color css

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

 span { border-color: rgb(175,84,38); }

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