Html Css Color HEX #AF4C1E Rose Of Sharon

📋 copy color: '#AF4C1E'

red 175 ◦ green 76 ◦ blue 30

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

Shades of Rose Of Sharon #AF4C1E

Tints of Rose Of Sharon #AF4C1E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.05%

 BLUE value IS 30 (12.11% from 255) = 10.68%

R = 62.28%
G = 27.05%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF4C1E (or 0xAF4C1E) is known color: Rose Of Sharon. HEX triplet: AF, 4C and 1E. RGB value is (175,76,30). Sum of RGB (Red+Green+Blue) = 175+76+30=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4C1E is #50B3E1. Grayscale: #646464. Windows color (decimal): -5288930 or 1985711. OLE color: 1985711.

HSL color Cylindrical-coordinate representation of color #AF4C1E: hue angle of 19.03º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF4C1E is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 76 30 -
CMYK 0 0.57 0.83 0.31
HSL 19.03º 0.71% 0.4% -
HSV(B) 19.03º 0.83% 0.69% -
XYZ 20.5 14.38 2.92 -
YUV 100.36 88.3 181.24 -
System Red Green Blue C M Y K H S L
Decimal 175 76 30 0 0.57 0.83 0.31 19.03 0.71 0.4
Hex AF 4C 1E 0 39 53 1F 13 47 28
Octal 257 114 36 0 71 123 37 23 107 50
Binary 10101111 1001100 11110 0 111001 1010011 11111 10011 1000111 101000

Color Harmonies of #AF4C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C1E

Black with #AF4C1E

Text Example


Text Example

White with #AF4C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C1E; }

 p { color: rgb(175,76,30); }

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

background-color css

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

 a { background-color: rgb(175,76,30); }

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

border-color css

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

 span { border-color: rgb(175,76,30); }

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