Html Css Color HEX #A67D1F Hacienda

📋 copy color: '#A67D1F'

red 166 ◦ green 125 ◦ blue 31

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

Shades of Hacienda #A67D1F

Tints of Hacienda #A67D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.63%

R = 51.55%
G = 38.82%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A67D1F (or 0xA67D1F) is known color: Hacienda. HEX triplet: A6, 7D and 1F. RGB value is (166,125,31). Sum of RGB (Red+Green+Blue) = 166+125+31=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67D1F is #5982E0. Grayscale: #7E7E7E. Windows color (decimal): -5866209 or 2063782. OLE color: 2063782.

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

Color convert

RGB 166 125 31 -
CMYK 0 0.25 0.81 0.35
HSL 41.78º 0.69% 0.39% -
HSV(B) 41.78º 0.81% 0.65% -
XYZ 23.31 22.87 4.48 -
YUV 126.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 166 125 31 0 0.25 0.81 0.35 41.78 0.69 0.39
Hex A6 7D 1F 0 19 51 23 2A 45 27
Octal 246 175 37 0 31 121 43 52 105 47
Binary 10100110 1111101 11111 0 11001 1010001 100011 101010 1000101 100111

Color Harmonies of #A67D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67D1F

Black with #A67D1F

Text Example


Text Example

White with #A67D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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