Html Css Color HEX #A6754E Pale Brown

📋 copy color: '#A6754E'

red 166 ◦ green 117 ◦ blue 78

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

Shades of Pale Brown #A6754E

Tints of Pale Brown #A6754E

RGB

 RED value IS 166 (65.23% from 255) = 45.98%

 GREEN value IS 117 (46.09% from 255) = 32.41%

 BLUE value IS 78 (30.86% from 255) = 21.61%

R = 45.98%
G = 32.41%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A6754E (or 0xA6754E) is known color: Pale Brown. HEX triplet: A6, 75 and 4E. RGB value is (166,117,78). Sum of RGB (Red+Green+Blue) = 166+117+78=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A6754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6754E is #598AB1. Grayscale: #7F7F7F. Windows color (decimal): -5868210 or 5141926. OLE color: 5141926.

HSL color Cylindrical-coordinate representation of color #A6754E: hue angle of 26.59º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6754E is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 117 78 -
CMYK 0 0.30 0.53 0.35
HSL 26.59º 0.36% 0.48% -
HSV(B) 26.59º 0.53% 0.65% -
XYZ 23.46 21.38 10.1 -
YUV 127.21 100.23 155.67 -
System Red Green Blue C M Y K H S L
Decimal 166 117 78 0 0.30 0.53 0.35 26.59 0.36 0.48
Hex A6 75 4E 0 1E 35 23 1B 24 30
Octal 246 165 116 0 36 65 43 33 44 60
Binary 10100110 1110101 1001110 0 11110 110101 100011 11011 100100 110000

Color Harmonies of #A6754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6754E

Black with #A6754E

Text Example


Text Example

White with #A6754E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6754E; }

 p { color: rgb(166,117,78); }

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

background-color css

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

 a { background-color: rgb(166,117,78); }

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

border-color css

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

 span { border-color: rgb(166,117,78); }

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