Html Css Color HEX #A4731A Golden Brown

📋 copy color: '#A4731A'

red 164 ◦ green 115 ◦ blue 26

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

Shades of Golden Brown #A4731A

Tints of Golden Brown #A4731A

RGB

 RED value IS 164 (64.45% from 255) = 53.77%

 GREEN value IS 115 (45.31% from 255) = 37.7%

 BLUE value IS 26 (10.55% from 255) = 8.52%

R = 53.77%
G = 37.7%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4731A (or 0xA4731A) is known color: Golden Brown. HEX triplet: A4, 73 and 1A. RGB value is (164,115,26). Sum of RGB (Red+Green+Blue) = 164+115+26=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A4731A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4731A is #5B8CE5. Grayscale: #777777. Windows color (decimal): -5999846 or 1733540. OLE color: 1733540.

HSL color Cylindrical-coordinate representation of color #A4731A: hue angle of 38.7º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4731A is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 115 26 -
CMYK 0 0.30 0.84 0.36
HSL 38.7º 0.73% 0.37% -
HSV(B) 38.7º 0.84% 0.64% -
XYZ 21.63 20.23 3.74 -
YUV 119.51 75.23 159.74 -
System Red Green Blue C M Y K H S L
Decimal 164 115 26 0 0.30 0.84 0.36 38.7 0.73 0.37
Hex A4 73 1A 0 1E 54 24 27 49 25
Octal 244 163 32 0 36 124 44 47 111 45
Binary 10100100 1110011 11010 0 11110 1010100 100100 100111 1001001 100101

Color Harmonies of #A4731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4731A

Black with #A4731A

Text Example


Text Example

White with #A4731A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4731A; }

 p { color: rgb(164,115,26); }

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

background-color css

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

 a { background-color: rgb(164,115,26); }

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

border-color css

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

 span { border-color: rgb(164,115,26); }

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