Html Css Color HEX #A67D1B Hacienda

📋 copy color: '#A67D1B'

red 166 ◦ green 125 ◦ blue 27

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

Shades of Hacienda #A67D1B

Tints of Hacienda #A67D1B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.31%

 BLUE value IS 27 (10.94% from 255) = 8.49%

R = 52.2%
G = 39.31%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A67D1B (or 0xA67D1B) is known color: Hacienda. HEX triplet: A6, 7D and 1B. RGB value is (166,125,27). Sum of RGB (Red+Green+Blue) = 166+125+27=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67D1B is #5982E4. Grayscale: #7E7E7E. Windows color (decimal): -5866213 or 1801638. OLE color: 1801638.

HSL color Cylindrical-coordinate representation of color #A67D1B: hue angle of 42.3º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A67D1B is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 125 27 -
CMYK 0 0.25 0.84 0.35
HSL 42.3º 0.72% 0.38% -
HSV(B) 42.3º 0.84% 0.65% -
XYZ 23.26 22.85 4.22 -
YUV 126.09 72.08 156.47 -
System Red Green Blue C M Y K H S L
Decimal 166 125 27 0 0.25 0.84 0.35 42.3 0.72 0.38
Hex A6 7D 1B 0 19 54 23 2A 48 26
Octal 246 175 33 0 31 124 43 52 110 46
Binary 10100110 1111101 11011 0 11001 1010100 100011 101010 1001000 100110

Color Harmonies of #A67D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67D1B

Black with #A67D1B

Text Example


Text Example

White with #A67D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67D1B; }

 p { color: rgb(166,125,27); }

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

background-color css

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

 a { background-color: rgb(166,125,27); }

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

border-color css

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

 span { border-color: rgb(166,125,27); }

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