Html Css Color HEX #A6754F Pale Brown

📋 copy color: '#A6754F'

red 166 ◦ green 117 ◦ blue 79

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

Shades of Pale Brown #A6754F

Tints of Pale Brown #A6754F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.82%

R = 45.86%
G = 32.32%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A6754F (or 0xA6754F) is known color: Pale Brown. HEX triplet: A6, 75 and 4F. RGB value is (166,117,79). Sum of RGB (Red+Green+Blue) = 166+117+79=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A6754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6754F is #598AB0. Grayscale: #7F7F7F. Windows color (decimal): -5868209 or 5207462. OLE color: 5207462.

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

Color convert

RGB 166 117 79 -
CMYK 0 0.30 0.52 0.35
HSL 26.21º 0.36% 0.48% -
HSV(B) 26.21º 0.52% 0.65% -
XYZ 23.5 21.39 10.29 -
YUV 127.32 100.73 155.59 -
System Red Green Blue C M Y K H S L
Decimal 166 117 79 0 0.30 0.52 0.35 26.21 0.36 0.48
Hex A6 75 4F 0 1E 34 23 1A 24 30
Octal 246 165 117 0 36 64 43 32 44 60
Binary 10100110 1110101 1001111 0 11110 110100 100011 11010 100100 110000

Color Harmonies of #A6754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6754F

Black with #A6754F

Text Example


Text Example

White with #A6754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6754F; }

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

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

background-color css

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

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

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

border-color css

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

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

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