Html Css Color HEX #AF8359 Teak

📋 copy color: '#AF8359'

red 175 ◦ green 131 ◦ blue 89

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

Shades of Teak #AF8359

Tints of Teak #AF8359

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.16%

 BLUE value IS 89 (35.16% from 255) = 22.53%

R = 44.3%
G = 33.16%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF8359 (or 0xAF8359) is known color: Teak. HEX triplet: AF, 83 and 59. RGB value is (175,131,89). Sum of RGB (Red+Green+Blue) = 175+131+89=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8359 is #507CA6. Grayscale: #8B8B8B. Windows color (decimal): -5274791 or 5866415. OLE color: 5866415.

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

Color convert

RGB 175 131 89 -
CMYK 0 0.25 0.49 0.31
HSL 29.3º 0.35% 0.52% -
HSV(B) 29.3º 0.49% 0.69% -
XYZ 27.6 26.07 13.03 -
YUV 139.37 99.58 153.42 -
System Red Green Blue C M Y K H S L
Decimal 175 131 89 0 0.25 0.49 0.31 29.3 0.35 0.52
Hex AF 83 59 0 19 31 1F 1D 23 34
Octal 257 203 131 0 31 61 37 35 43 64
Binary 10101111 10000011 1011001 0 11001 110001 11111 11101 100011 110100

Color Harmonies of #AF8359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8359

Black with #AF8359

Text Example


Text Example

White with #AF8359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8359; }

 p { color: rgb(175,131,89); }

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

background-color css

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

 a { background-color: rgb(175,131,89); }

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

border-color css

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

 span { border-color: rgb(175,131,89); }

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