Html Css Color HEX #A4661F Golden Brown

📋 copy color: '#A4661F'

red 164 ◦ green 102 ◦ blue 31

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

Shades of Golden Brown #A4661F

Tints of Golden Brown #A4661F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.34%

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

R = 55.22%
G = 34.34%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A4661F (or 0xA4661F) is known color: Golden Brown. HEX triplet: A4, 66 and 1F. RGB value is (164,102,31). Sum of RGB (Red+Green+Blue) = 164+102+31=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A4661F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4661F is #5B99E0. Grayscale: #707070. Windows color (decimal): -6003169 or 2057892. OLE color: 2057892.

HSL color Cylindrical-coordinate representation of color #A4661F: hue angle of 32.03º 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 #A4661F is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 102 31 -
CMYK 0 0.38 0.81 0.36
HSL 32.03º 0.68% 0.38% -
HSV(B) 32.03º 0.81% 0.64% -
XYZ 20.31 17.49 3.6 -
YUV 112.44 82.04 164.77 -
System Red Green Blue C M Y K H S L
Decimal 164 102 31 0 0.38 0.81 0.36 32.03 0.68 0.38
Hex A4 66 1F 0 26 51 24 20 44 26
Octal 244 146 37 0 46 121 44 40 104 46
Binary 10100100 1100110 11111 0 100110 1010001 100100 100000 1000100 100110

Color Harmonies of #A4661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4661F

Black with #A4661F

Text Example


Text Example

White with #A4661F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4661F; }

 p { color: rgb(164,102,31); }

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

background-color css

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

 a { background-color: rgb(164,102,31); }

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

border-color css

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

 span { border-color: rgb(164,102,31); }

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