Html Css Color HEX #AF8358 Teak

📋 copy color: '#AF8358'

red 175 ◦ green 131 ◦ blue 88

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

Shades of Teak #AF8358

Tints of Teak #AF8358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.34%

R = 44.42%
G = 33.25%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF8358 (or 0xAF8358) is known color: Teak. HEX triplet: AF, 83 and 58. RGB value is (175,131,88). Sum of RGB (Red+Green+Blue) = 175+131+88=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8358 is #507CA7. Grayscale: #8B8B8B. Windows color (decimal): -5274792 or 5800879. OLE color: 5800879.

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

Color convert

RGB 175 131 88 -
CMYK 0 0.25 0.50 0.31
HSL 29.66º 0.35% 0.52% -
HSV(B) 29.66º 0.5% 0.69% -
XYZ 27.56 26.05 12.81 -
YUV 139.25 99.08 153.5 -
System Red Green Blue C M Y K H S L
Decimal 175 131 88 0 0.25 0.50 0.31 29.66 0.35 0.52
Hex AF 83 58 0 19 32 1F 1E 23 34
Octal 257 203 130 0 31 62 37 36 43 64
Binary 10101111 10000011 1011000 0 11001 110010 11111 11110 100011 110100

Color Harmonies of #AF8358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8358

Black with #AF8358

Text Example


Text Example

White with #AF8358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8358; }

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

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

background-color css

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

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

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

border-color css

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

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

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