Html Css Color HEX #A4690F Golden Brown

📋 copy color: '#A4690F'

red 164 ◦ green 105 ◦ blue 15

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

Shades of Golden Brown #A4690F

Tints of Golden Brown #A4690F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.97%

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

R = 57.75%
G = 36.97%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4690F (or 0xA4690F) is known color: Golden Brown. HEX triplet: A4, 69 and 0F. RGB value is (164,105,15). Sum of RGB (Red+Green+Blue) = 164+105+15=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A4690F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4690F is #5B96F0. Grayscale: #707070. Windows color (decimal): -6002417 or 1010084. OLE color: 1010084.

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

Color convert

RGB 164 105 15 -
CMYK 0 0.36 0.91 0.36
HSL 36.24º 0.83% 0.35% -
HSV(B) 36.24º 0.91% 0.64% -
XYZ 20.45 18.03 2.85 -
YUV 112.38 73.05 164.82 -
System Red Green Blue C M Y K H S L
Decimal 164 105 15 0 0.36 0.91 0.36 36.24 0.83 0.35
Hex A4 69 F 0 24 5B 24 24 53 23
Octal 244 151 17 0 44 133 44 44 123 43
Binary 10100100 1101001 1111 0 100100 1011011 100100 100100 1010011 100011

Color Harmonies of #A4690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4690F

Black with #A4690F

Text Example


Text Example

White with #A4690F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4690F; }

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

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

background-color css

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

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

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

border-color css

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

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

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