Html Css Color HEX #A5621B Golden Brown

📋 copy color: '#A5621B'

red 165 ◦ green 98 ◦ blue 27

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

Shades of Golden Brown #A5621B

Tints of Golden Brown #A5621B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.79%

 BLUE value IS 27 (10.94% from 255) = 9.31%

R = 56.9%
G = 33.79%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5621B (or 0xA5621B) is known color: Golden Brown. HEX triplet: A5, 62 and 1B. RGB value is (165,98,27). Sum of RGB (Red+Green+Blue) = 165+98+27=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A5621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5621B is #5A9DE4. Grayscale: #6E6E6E. Windows color (decimal): -5938661 or 1794725. OLE color: 1794725.

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

Color convert

RGB 165 98 27 -
CMYK 0 0.41 0.84 0.35
HSL 30.87º 0.72% 0.38% -
HSV(B) 30.87º 0.84% 0.65% -
XYZ 20.08 16.81 3.22 -
YUV 109.94 81.2 167.27 -
System Red Green Blue C M Y K H S L
Decimal 165 98 27 0 0.41 0.84 0.35 30.87 0.72 0.38
Hex A5 62 1B 0 29 54 23 1F 48 26
Octal 245 142 33 0 51 124 43 37 110 46
Binary 10100101 1100010 11011 0 101001 1010100 100011 11111 1001000 100110

Color Harmonies of #A5621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5621B

Black with #A5621B

Text Example


Text Example

White with #A5621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5621B; }

 p { color: rgb(165,98,27); }

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

background-color css

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

 a { background-color: rgb(165,98,27); }

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

border-color css

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

 span { border-color: rgb(165,98,27); }

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