Html Css Color HEX #A69283 Zorba

📋 copy color: '#A69283'

red 166 ◦ green 146 ◦ blue 131

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

Shades of Zorba #A69283

Tints of Zorba #A69283

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.96%

 BLUE value IS 131 (51.56% from 255) = 29.57%

R = 37.47%
G = 32.96%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A69283 (or 0xA69283) is known color: Zorba. HEX triplet: A6, 92 and 83. RGB value is (166,146,131). Sum of RGB (Red+Green+Blue) = 166+146+131=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A69283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69283 is #596D7C. Grayscale: #969696. Windows color (decimal): -5860733 or 8622758. OLE color: 8622758.

HSL color Cylindrical-coordinate representation of color #A69283: hue angle of 25.71º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A69283 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 146 131 -
CMYK 0 0.12 0.21 0.35
HSL 25.71º 0.16% 0.58% -
HSV(B) 25.71º 0.21% 0.65% -
XYZ 30.1 30.3 25.74 -
YUV 150.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 166 146 131 0 0.12 0.21 0.35 25.71 0.16 0.58
Hex A6 92 83 0 C 15 23 1A 10 3A
Octal 246 222 203 0 14 25 43 32 20 72
Binary 10100110 10010010 10000011 0 1100 10101 100011 11010 10000 111010

Color Harmonies of #A69283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69283

Black with #A69283

Text Example


Text Example

White with #A69283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69283; }

 p { color: rgb(166,146,131); }

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

background-color css

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

 a { background-color: rgb(166,146,131); }

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

border-color css

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

 span { border-color: rgb(166,146,131); }

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