Html Css Color HEX #A5690F Golden Brown

📋 copy color: '#A5690F'

red 165 ◦ green 105 ◦ blue 15

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

Shades of Golden Brown #A5690F

Tints of Golden Brown #A5690F

RGB

 RED value IS 165 (64.84% from 255) = 57.89%

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

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

R = 57.89%
G = 36.84%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A5690F (or 0xA5690F) is known color: Golden Brown. HEX triplet: A5, 69 and 0F. RGB value is (165,105,15). Sum of RGB (Red+Green+Blue) = 165+105+15=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A5690F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5690F is #5A96F0. Grayscale: #717171. Windows color (decimal): -5936881 or 1010085. OLE color: 1010085.

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

Color convert

RGB 165 105 15 -
CMYK 0 0.36 0.91 0.35
HSL 36º 0.83% 0.35% -
HSV(B) 36º 0.91% 0.65% -
XYZ 20.65 18.14 2.86 -
YUV 112.68 72.88 165.32 -
System Red Green Blue C M Y K H S L
Decimal 165 105 15 0 0.36 0.91 0.35 36 0.83 0.35
Hex A5 69 F 0 24 5B 23 24 53 23
Octal 245 151 17 0 44 133 43 44 123 43
Binary 10100101 1101001 1111 0 100100 1011011 100011 100100 1010011 100011

Color Harmonies of #A5690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5690F

Black with #A5690F

Text Example


Text Example

White with #A5690F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5690F; }

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

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

background-color css

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

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

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

border-color css

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

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

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