Html Css Color HEX #A4701B Golden Brown

📋 copy color: '#A4701B'

red 164 ◦ green 112 ◦ blue 27

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

Shades of Golden Brown #A4701B

Tints of Golden Brown #A4701B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.96%

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

R = 54.13%
G = 36.96%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4701B (or 0xA4701B) is known color: Golden Brown. HEX triplet: A4, 70 and 1B. RGB value is (164,112,27). Sum of RGB (Red+Green+Blue) = 164+112+27=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A4701B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4701B is #5B8FE4. Grayscale: #767676. Windows color (decimal): -6000613 or 1798308. OLE color: 1798308.

HSL color Cylindrical-coordinate representation of color #A4701B: hue angle of 37.23º degrees, saturation: 0.72, 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 #A4701B is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 112 27 -
CMYK 0 0.32 0.84 0.36
HSL 37.23º 0.72% 0.37% -
HSV(B) 37.23º 0.84% 0.64% -
XYZ 21.3 19.56 3.69 -
YUV 117.86 76.73 160.91 -
System Red Green Blue C M Y K H S L
Decimal 164 112 27 0 0.32 0.84 0.36 37.23 0.72 0.37
Hex A4 70 1B 0 20 54 24 25 48 25
Octal 244 160 33 0 40 124 44 45 110 45
Binary 10100100 1110000 11011 0 100000 1010100 100100 100101 1001000 100101

Color Harmonies of #A4701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4701B

Black with #A4701B

Text Example


Text Example

White with #A4701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4701B; }

 p { color: rgb(164,112,27); }

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

background-color css

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

 a { background-color: rgb(164,112,27); }

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

border-color css

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

 span { border-color: rgb(164,112,27); }

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