Html Css Color HEX #A38B25 Hacienda

📋 copy color: '#A38B25'

red 163 ◦ green 139 ◦ blue 37

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

Shades of Hacienda #A38B25

Tints of Hacienda #A38B25

RGB

 RED value IS 163 (64.06% from 255) = 48.08%

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

 BLUE value IS 37 (14.84% from 255) = 10.91%

R = 48.08%
G = 41%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A38B25 (or 0xA38B25) is known color: Hacienda. HEX triplet: A3, 8B and 25. RGB value is (163,139,37). Sum of RGB (Red+Green+Blue) = 163+139+37=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38B25 is #5C74DA. Grayscale: #868686. Windows color (decimal): -6059227 or 2460579. OLE color: 2460579.

HSL color Cylindrical-coordinate representation of color #A38B25: hue angle of 48.57º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A38B25 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 139 37 -
CMYK 0 0.15 0.77 0.36
HSL 48.57º 0.63% 0.39% -
HSV(B) 48.57º 0.77% 0.64% -
XYZ 24.67 26.39 5.54 -
YUV 134.55 72.95 148.29 -
System Red Green Blue C M Y K H S L
Decimal 163 139 37 0 0.15 0.77 0.36 48.57 0.63 0.39
Hex A3 8B 25 0 F 4D 24 31 3F 27
Octal 243 213 45 0 17 115 44 61 77 47
Binary 10100011 10001011 100101 0 1111 1001101 100100 110001 111111 100111

Color Harmonies of #A38B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38B25

Black with #A38B25

Text Example


Text Example

White with #A38B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38B25; }

 p { color: rgb(163,139,37); }

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

background-color css

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

 a { background-color: rgb(163,139,37); }

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

border-color css

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

 span { border-color: rgb(163,139,37); }

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