Html Css Color HEX #A38752 Teak

📋 copy color: '#A38752'

red 163 ◦ green 135 ◦ blue 82

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

Shades of Teak #A38752

Tints of Teak #A38752

RGB

 RED value IS 163 (64.06% from 255) = 42.89%

 GREEN value IS 135 (53.13% from 255) = 35.53%

 BLUE value IS 82 (32.42% from 255) = 21.58%

R = 42.89%
G = 35.53%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A38752 (or 0xA38752) is known color: Teak. HEX triplet: A3, 87 and 52. RGB value is (163,135,82). Sum of RGB (Red+Green+Blue) = 163+135+82=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A38752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38752 is #5C78AD. Grayscale: #898989. Windows color (decimal): -6060206 or 5408675. OLE color: 5408675.

HSL color Cylindrical-coordinate representation of color #A38752: hue angle of 39.26º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A38752 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 135 82 -
CMYK 0 0.17 0.50 0.36
HSL 39.26º 0.33% 0.48% -
HSV(B) 39.26º 0.5% 0.64% -
XYZ 25.29 25.72 11.61 -
YUV 137.33 96.78 146.31 -
System Red Green Blue C M Y K H S L
Decimal 163 135 82 0 0.17 0.50 0.36 39.26 0.33 0.48
Hex A3 87 52 0 11 32 24 27 21 30
Octal 243 207 122 0 21 62 44 47 41 60
Binary 10100011 10000111 1010010 0 10001 110010 100100 100111 100001 110000

Color Harmonies of #A38752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38752

Black with #A38752

Text Example


Text Example

White with #A38752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38752; }

 p { color: rgb(163,135,82); }

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

background-color css

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

 a { background-color: rgb(163,135,82); }

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

border-color css

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

 span { border-color: rgb(163,135,82); }

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