Html Css Color HEX #AF5702 Tenne (Tawny)

📋 copy color: '#AF5702'

red 175 ◦ green 87 ◦ blue 2

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

Shades of Tenne (Tawny) #AF5702

Tints of Tenne (Tawny) #AF5702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.95%

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 66.29%
G = 32.95%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF5702 (or 0xAF5702) is known color: Tenne (Tawny). HEX triplet: AF, 57 and 02. RGB value is (175,87,2). Sum of RGB (Red+Green+Blue) = 175+87+2=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5702 is #50A8FD. Grayscale: #686868. Windows color (decimal): -5286142 or 153519. OLE color: 153519.

HSL color Cylindrical-coordinate representation of color #AF5702: hue angle of 29.48º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF5702 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 87 2 -
CMYK 0 0.50 0.99 0.31
HSL 29.48º 0.98% 0.35% -
HSV(B) 29.48º 0.99% 0.69% -
XYZ 21.1 15.93 2.02 -
YUV 103.62 70.65 178.91 -
System Red Green Blue C M Y K H S L
Decimal 175 87 2 0 0.50 0.99 0.31 29.48 0.98 0.35
Hex AF 57 2 0 32 63 1F 1D 62 23
Octal 257 127 2 0 62 143 37 35 142 43
Binary 10101111 1010111 10 0 110010 1100011 11111 11101 1100010 100011

Color Harmonies of #AF5702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5702

Black with #AF5702

Text Example


Text Example

White with #AF5702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5702; }

 p { color: rgb(175,87,2); }

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

background-color css

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

 a { background-color: rgb(175,87,2); }

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

border-color css

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

 span { border-color: rgb(175,87,2); }

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