Html Css Color HEX #AF5600 Tenne (Tawny)

📋 copy color: '#AF5600'

red 175 ◦ green 86 ◦ blue 0

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

Shades of Tenne (Tawny) #AF5600

Tints of Tenne (Tawny) #AF5600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.05%
G = 32.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF5600 (or 0xAF5600) is known color: Tenne (Tawny). HEX triplet: AF, 56 and 00. RGB value is (175,86,0). Sum of RGB (Red+Green+Blue) = 175+86+0=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5600 is #50A9FF. Grayscale: #676767. Windows color (decimal): -5286400 or 22191. OLE color: 22191.

HSL color Cylindrical-coordinate representation of color #AF5600: hue angle of 29.49º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF5600 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 86 0 -
CMYK 0 0.51 1 0.31
HSL 29.49º 1% 0.34% -
HSV(B) 29.49º 1% 0.69% -
XYZ 21.01 15.77 1.94 -
YUV 102.81 69.99 179.49 -
System Red Green Blue C M Y K H S L
Decimal 175 86 0 0 0.51 1 0.31 29.49 1 0.34
Hex AF 56 0 0 33 64 1F 1D 64 22
Octal 257 126 0 0 63 144 37 35 144 42
Binary 10101111 1010110 0 0 110011 1100100 11111 11101 1100100 100010

Color Harmonies of #AF5600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5600

Black with #AF5600

Text Example


Text Example

White with #AF5600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5600; }

 p { color: rgb(175,86,0); }

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

background-color css

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

 a { background-color: rgb(175,86,0); }

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

border-color css

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

 span { border-color: rgb(175,86,0); }

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