Html Css Color HEX #A68135 Alpine

📋 copy color: '#A68135'

red 166 ◦ green 129 ◦ blue 53

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

Shades of Alpine #A68135

Tints of Alpine #A68135

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.07%

 BLUE value IS 53 (21.09% from 255) = 15.23%

R = 47.7%
G = 37.07%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A68135 (or 0xA68135) is known color: Alpine. HEX triplet: A6, 81 and 35. RGB value is (166,129,53). Sum of RGB (Red+Green+Blue) = 166+129+53=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A68135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68135 is #597ECA. Grayscale: #838383. Windows color (decimal): -5865163 or 3506598. OLE color: 3506598.

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

Color convert

RGB 166 129 53 -
CMYK 0 0.22 0.68 0.35
HSL 40.35º 0.52% 0.43% -
HSV(B) 40.35º 0.68% 0.65% -
XYZ 24.22 24.06 6.74 -
YUV 131.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 166 129 53 0 0.22 0.68 0.35 40.35 0.52 0.43
Hex A6 81 35 0 16 44 23 28 34 2B
Octal 246 201 65 0 26 104 43 50 64 53
Binary 10100110 10000001 110101 0 10110 1000100 100011 101000 110100 101011

Color Harmonies of #A68135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68135

Black with #A68135

Text Example


Text Example

White with #A68135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68135; }

 p { color: rgb(166,129,53); }

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

background-color css

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

 a { background-color: rgb(166,129,53); }

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

border-color css

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

 span { border-color: rgb(166,129,53); }

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