Html Css Color HEX #AF8B5C Teak

📋 copy color: '#AF8B5C'

red 175 ◦ green 139 ◦ blue 92

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

Shades of Teak #AF8B5C

Tints of Teak #AF8B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.66%

R = 43.1%
G = 34.24%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF8B5C (or 0xAF8B5C) is known color: Teak. HEX triplet: AF, 8B and 5C. RGB value is (175,139,92). Sum of RGB (Red+Green+Blue) = 175+139+92=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8B5C is #5074A3. Grayscale: #909090. Windows color (decimal): -5272740 or 6065071. OLE color: 6065071.

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

Color convert

RGB 175 139 92 -
CMYK 0 0.21 0.47 0.31
HSL 33.98º 0.34% 0.52% -
HSV(B) 33.98º 0.47% 0.69% -
XYZ 28.84 28.35 14.08 -
YUV 144.41 98.43 149.82 -
System Red Green Blue C M Y K H S L
Decimal 175 139 92 0 0.21 0.47 0.31 33.98 0.34 0.52
Hex AF 8B 5C 0 15 2F 1F 22 22 34
Octal 257 213 134 0 25 57 37 42 42 64
Binary 10101111 10001011 1011100 0 10101 101111 11111 100010 100010 110100

Color Harmonies of #AF8B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8B5C

Black with #AF8B5C

Text Example


Text Example

White with #AF8B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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