Html Css Color HEX #A28B1F Hacienda

📋 copy color: '#A28B1F'

red 162 ◦ green 139 ◦ blue 31

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

Shades of Hacienda #A28B1F

Tints of Hacienda #A28B1F

RGB

 RED value IS 162 (63.67% from 255) = 48.8%

 GREEN value IS 139 (54.69% from 255) = 41.87%

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

R = 48.8%
G = 41.87%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A28B1F (or 0xA28B1F) is known color: Hacienda. HEX triplet: A2, 8B and 1F. RGB value is (162,139,31). Sum of RGB (Red+Green+Blue) = 162+139+31=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28B1F is #5D74E0. Grayscale: #868686. Windows color (decimal): -6124769 or 2067362. OLE color: 2067362.

HSL color Cylindrical-coordinate representation of color #A28B1F: hue angle of 49.47º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A28B1F is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 139 31 -
CMYK 0 0.14 0.81 0.36
HSL 49.47º 0.68% 0.38% -
HSV(B) 49.47º 0.81% 0.64% -
XYZ 24.38 26.25 5.08 -
YUV 133.57 70.12 148.28 -
System Red Green Blue C M Y K H S L
Decimal 162 139 31 0 0.14 0.81 0.36 49.47 0.68 0.38
Hex A2 8B 1F 0 E 51 24 31 44 26
Octal 242 213 37 0 16 121 44 61 104 46
Binary 10100010 10001011 11111 0 1110 1010001 100100 110001 1000100 100110

Color Harmonies of #A28B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28B1F

Black with #A28B1F

Text Example


Text Example

White with #A28B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28B1F; }

 p { color: rgb(162,139,31); }

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

background-color css

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

 a { background-color: rgb(162,139,31); }

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

border-color css

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

 span { border-color: rgb(162,139,31); }

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