Html Css Color HEX #A7690F Golden Brown

📋 copy color: '#A7690F'

red 167 ◦ green 105 ◦ blue 15

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

Shades of Golden Brown #A7690F

Tints of Golden Brown #A7690F

RGB

 RED value IS 167 (65.63% from 255) = 58.19%

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

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

R = 58.19%
G = 36.59%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A7690F (or 0xA7690F) is known color: Golden Brown. HEX triplet: A7, 69 and 0F. RGB value is (167,105,15). Sum of RGB (Red+Green+Blue) = 167+105+15=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A7690F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7690F is #5896F0. Grayscale: #717171. Windows color (decimal): -5805809 or 1010087. OLE color: 1010087.

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

Color convert

RGB 167 105 15 -
CMYK 0 0.37 0.91 0.35
HSL 35.53º 0.84% 0.36% -
HSV(B) 35.53º 0.91% 0.65% -
XYZ 21.07 18.35 2.88 -
YUV 113.28 72.54 166.32 -
System Red Green Blue C M Y K H S L
Decimal 167 105 15 0 0.37 0.91 0.35 35.53 0.84 0.36
Hex A7 69 F 0 25 5B 23 24 54 24
Octal 247 151 17 0 45 133 43 44 124 44
Binary 10100111 1101001 1111 0 100101 1011011 100011 100100 1010100 100100

Color Harmonies of #A7690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7690F

Black with #A7690F

Text Example


Text Example

White with #A7690F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7690F; }

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

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

background-color css

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

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

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

border-color css

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

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

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