Html Css Color HEX #AF894B Teak

📋 copy color: '#AF894B'

red 175 ◦ green 137 ◦ blue 75

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

Shades of Teak #AF894B

Tints of Teak #AF894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.4%

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

R = 45.22%
G = 35.4%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF894B (or 0xAF894B) is known color: Teak. HEX triplet: AF, 89 and 4B. RGB value is (175,137,75). Sum of RGB (Red+Green+Blue) = 175+137+75=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF894B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF894B is #5076B4. Grayscale: #8D8D8D. Windows color (decimal): -5273269 or 4950447. OLE color: 4950447.

HSL color Cylindrical-coordinate representation of color #AF894B: hue angle of 37.2º 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 #AF894B is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 137 75 -
CMYK 0 0.22 0.57 0.31
HSL 37.2º 0.4% 0.49% -
HSV(B) 37.2º 0.57% 0.69% -
XYZ 27.89 27.51 10.5 -
YUV 141.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 175 137 75 0 0.22 0.57 0.31 37.2 0.4 0.49
Hex AF 89 4B 0 16 39 1F 25 28 31
Octal 257 211 113 0 26 71 37 45 50 61
Binary 10101111 10001001 1001011 0 10110 111001 11111 100101 101000 110001

Color Harmonies of #AF894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF894B

Black with #AF894B

Text Example


Text Example

White with #AF894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF894B; }

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

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

background-color css

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

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

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

border-color css

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

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

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