Html Css Color HEX #AF8B4B Teak

📋 copy color: '#AF8B4B'

red 175 ◦ green 139 ◦ blue 75

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

Shades of Teak #AF8B4B

Tints of Teak #AF8B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.28%

R = 44.99%
G = 35.73%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF8B4B (or 0xAF8B4B) is known color: Teak. HEX triplet: AF, 8B and 4B. RGB value is (175,139,75). Sum of RGB (Red+Green+Blue) = 175+139+75=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8B4B is #5074B4. Grayscale: #8E8E8E. Windows color (decimal): -5272757 or 4950959. OLE color: 4950959.

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

Color convert

RGB 175 139 75 -
CMYK 0 0.21 0.57 0.31
HSL 38.4º 0.4% 0.49% -
HSV(B) 38.4º 0.57% 0.69% -
XYZ 28.18 28.09 10.59 -
YUV 142.47 89.93 151.2 -
System Red Green Blue C M Y K H S L
Decimal 175 139 75 0 0.21 0.57 0.31 38.4 0.4 0.49
Hex AF 8B 4B 0 15 39 1F 26 28 31
Octal 257 213 113 0 25 71 37 46 50 61
Binary 10101111 10001011 1001011 0 10101 111001 11111 100110 101000 110001

Color Harmonies of #AF8B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8B4B

Black with #AF8B4B

Text Example


Text Example

White with #AF8B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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