Html Css Color HEX #A38269 Medium Wood

📋 copy color: '#A38269'

red 163 ◦ green 130 ◦ blue 105

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

Shades of Medium Wood #A38269

Tints of Medium Wood #A38269

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.66%

 BLUE value IS 105 (41.41% from 255) = 26.38%

R = 40.95%
G = 32.66%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A38269 (or 0xA38269) is known color: Medium Wood. HEX triplet: A3, 82 and 69. RGB value is (163,130,105). Sum of RGB (Red+Green+Blue) = 163+130+105=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A38269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38269 is #5C7D96. Grayscale: #898989. Windows color (decimal): -6061463 or 6914723. OLE color: 6914723.

HSL color Cylindrical-coordinate representation of color #A38269: hue angle of 25.86º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A38269 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 130 105 -
CMYK 0 0.20 0.36 0.36
HSL 25.86º 0.24% 0.53% -
HSV(B) 25.86º 0.36% 0.64% -
XYZ 25.64 24.77 16.79 -
YUV 137.02 109.93 146.53 -
System Red Green Blue C M Y K H S L
Decimal 163 130 105 0 0.20 0.36 0.36 25.86 0.24 0.53
Hex A3 82 69 0 14 24 24 1A 18 35
Octal 243 202 151 0 24 44 44 32 30 65
Binary 10100011 10000010 1101001 0 10100 100100 100100 11010 11000 110101

Color Harmonies of #A38269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38269

Black with #A38269

Text Example


Text Example

White with #A38269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38269; }

 p { color: rgb(163,130,105); }

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

background-color css

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

 a { background-color: rgb(163,130,105); }

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

border-color css

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

 span { border-color: rgb(163,130,105); }

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