Html Css Color HEX #AF8B5B Teak

📋 copy color: '#AF8B5B'

red 175 ◦ green 139 ◦ blue 91

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

Shades of Teak #AF8B5B

Tints of Teak #AF8B5B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.32%

 BLUE value IS 91 (35.94% from 255) = 22.47%

R = 43.21%
G = 34.32%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF8B5B (or 0xAF8B5B) is known color: Teak. HEX triplet: AF, 8B and 5B. RGB value is (175,139,91). Sum of RGB (Red+Green+Blue) = 175+139+91=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8B5B is #5074A4. Grayscale: #909090. Windows color (decimal): -5272741 or 5999535. OLE color: 5999535.

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

Color convert

RGB 175 139 91 -
CMYK 0 0.21 0.48 0.31
HSL 34.29º 0.34% 0.52% -
HSV(B) 34.29º 0.48% 0.69% -
XYZ 28.8 28.33 13.85 -
YUV 144.29 97.93 149.9 -
System Red Green Blue C M Y K H S L
Decimal 175 139 91 0 0.21 0.48 0.31 34.29 0.34 0.52
Hex AF 8B 5B 0 15 30 1F 22 22 34
Octal 257 213 133 0 25 60 37 42 42 64
Binary 10101111 10001011 1011011 0 10101 110000 11111 100010 100010 110100

Color Harmonies of #AF8B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8B5B

Black with #AF8B5B

Text Example


Text Example

White with #AF8B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8B5B; }

 p { color: rgb(175,139,91); }

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

background-color css

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

 a { background-color: rgb(175,139,91); }

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

border-color css

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

 span { border-color: rgb(175,139,91); }

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