Html Css Color HEX #A8650F Golden Brown

📋 copy color: '#A8650F'

red 168 ◦ green 101 ◦ blue 15

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

Shades of Golden Brown #A8650F

Tints of Golden Brown #A8650F

RGB

 RED value IS 168 (66.02% from 255) = 59.15%

 GREEN value IS 101 (39.84% from 255) = 35.56%

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

R = 59.15%
G = 35.56%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A8650F (or 0xA8650F) is known color: Golden Brown. HEX triplet: A8, 65 and 0F. RGB value is (168,101,15). Sum of RGB (Red+Green+Blue) = 168+101+15=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A8650F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8650F is #579AF0. Grayscale: #6F6F6F. Windows color (decimal): -5741297 or 1009064. OLE color: 1009064.

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

Color convert

RGB 168 101 15 -
CMYK 0 0.40 0.91 0.34
HSL 33.73º 0.84% 0.36% -
HSV(B) 33.73º 0.91% 0.66% -
XYZ 20.89 17.67 2.76 -
YUV 111.23 73.7 168.49 -
System Red Green Blue C M Y K H S L
Decimal 168 101 15 0 0.40 0.91 0.34 33.73 0.84 0.36
Hex A8 65 F 0 28 5B 22 22 54 24
Octal 250 145 17 0 50 133 42 42 124 44
Binary 10101000 1100101 1111 0 101000 1011011 100010 100010 1010100 100100

Color Harmonies of #A8650F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8650F

Black with #A8650F

Text Example


Text Example

White with #A8650F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8650F; }

 p { color: rgb(168,101,15); }

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

background-color css

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

 a { background-color: rgb(168,101,15); }

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

border-color css

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

 span { border-color: rgb(168,101,15); }

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