Html Css Color HEX #A4680F Golden Brown

📋 copy color: '#A4680F'

red 164 ◦ green 104 ◦ blue 15

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

Shades of Golden Brown #A4680F

Tints of Golden Brown #A4680F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.75%

 BLUE value IS 15 (6.25% from 255) = 5.3%

R = 57.95%
G = 36.75%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4680F (or 0xA4680F) is known color: Golden Brown. HEX triplet: A4, 68 and 0F. RGB value is (164,104,15). Sum of RGB (Red+Green+Blue) = 164+104+15=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A4680F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4680F is #5B97F0. Grayscale: #707070. Windows color (decimal): -6002673 or 1009828. OLE color: 1009828.

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

Color convert

RGB 164 104 15 -
CMYK 0 0.37 0.91 0.36
HSL 35.84º 0.83% 0.35% -
HSV(B) 35.84º 0.91% 0.64% -
XYZ 20.35 17.83 2.82 -
YUV 111.79 73.38 165.24 -
System Red Green Blue C M Y K H S L
Decimal 164 104 15 0 0.37 0.91 0.36 35.84 0.83 0.35
Hex A4 68 F 0 25 5B 24 24 53 23
Octal 244 150 17 0 45 133 44 44 123 43
Binary 10100100 1101000 1111 0 100101 1011011 100100 100100 1010011 100011

Color Harmonies of #A4680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4680F

Black with #A4680F

Text Example


Text Example

White with #A4680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4680F; }

 p { color: rgb(164,104,15); }

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

background-color css

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

 a { background-color: rgb(164,104,15); }

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

border-color css

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

 span { border-color: rgb(164,104,15); }

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