Html Css Color HEX #AF4428 Rose Of Sharon

📋 copy color: '#AF4428'

red 175 ◦ green 68 ◦ blue 40

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

Shades of Rose Of Sharon #AF4428

Tints of Rose Of Sharon #AF4428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.03%

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

R = 61.84%
G = 24.03%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF4428 (or 0xAF4428) is known color: Rose Of Sharon. HEX triplet: AF, 44 and 28. RGB value is (175,68,40). Sum of RGB (Red+Green+Blue) = 175+68+40=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4428 is #50BBD7. Grayscale: #616161. Windows color (decimal): -5290968 or 2639023. OLE color: 2639023.

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

Color convert

RGB 175 68 40 -
CMYK 0 0.61 0.77 0.31
HSL 12.44º 0.63% 0.42% -
HSV(B) 12.44º 0.77% 0.69% -
XYZ 20.13 13.4 3.53 -
YUV 96.8 95.95 183.78 -
System Red Green Blue C M Y K H S L
Decimal 175 68 40 0 0.61 0.77 0.31 12.44 0.63 0.42
Hex AF 44 28 0 3D 4D 1F C 3F 2A
Octal 257 104 50 0 75 115 37 14 77 52
Binary 10101111 1000100 101000 0 111101 1001101 11111 1100 111111 101010

Color Harmonies of #AF4428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4428

Black with #AF4428

Text Example


Text Example

White with #AF4428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4428; }

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

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

background-color css

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

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

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

border-color css

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

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

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