Html Css Color HEX #AF5A01 Tenne (Tawny)

📋 copy color: '#AF5A01'

red 175 ◦ green 90 ◦ blue 1

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

Shades of Tenne (Tawny) #AF5A01

Tints of Tenne (Tawny) #AF5A01

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.83%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 65.79%
G = 33.83%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF5A01 (or 0xAF5A01) is known color: Tenne (Tawny). HEX triplet: AF, 5A and 01. RGB value is (175,90,1). Sum of RGB (Red+Green+Blue) = 175+90+1=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5A01 is #50A5FE. Grayscale: #696969. Windows color (decimal): -5285375 or 88751. OLE color: 88751.

HSL color Cylindrical-coordinate representation of color #AF5A01: hue angle of 30.69º degrees, saturation: 0.99, 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 #AF5A01 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 90 1 -
CMYK 0 0.49 0.99 0.31
HSL 30.69º 0.99% 0.35% -
HSV(B) 30.69º 0.99% 0.69% -
XYZ 21.34 16.43 2.07 -
YUV 105.27 69.16 177.74 -
System Red Green Blue C M Y K H S L
Decimal 175 90 1 0 0.49 0.99 0.31 30.69 0.99 0.35
Hex AF 5A 1 0 31 63 1F 1F 63 23
Octal 257 132 1 0 61 143 37 37 143 43
Binary 10101111 1011010 1 0 110001 1100011 11111 11111 1100011 100011

Color Harmonies of #AF5A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A01

Black with #AF5A01

Text Example


Text Example

White with #AF5A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A01; }

 p { color: rgb(175,90,1); }

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

background-color css

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

 a { background-color: rgb(175,90,1); }

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

border-color css

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

 span { border-color: rgb(175,90,1); }

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