Html Css Color HEX #A62F25 Brown

📋 copy color: '#A62F25'

red 166 ◦ green 47 ◦ blue 37

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

Shades of Brown #A62F25

Tints of Brown #A62F25

RGB

 RED value IS 166 (65.23% from 255) = 66.4%

 GREEN value IS 47 (18.75% from 255) = 18.8%

 BLUE value IS 37 (14.84% from 255) = 14.8%

R = 66.4%
G = 18.8%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A62F25 (or 0xA62F25) is known color: Brown. HEX triplet: A6, 2F and 25. RGB value is (166,47,37). Sum of RGB (Red+Green+Blue) = 166+47+37=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62F25 is #59D0DA. Grayscale: #515151. Windows color (decimal): -5886171 or 2437030. OLE color: 2437030.

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

Color convert

RGB 166 47 37 -
CMYK 0 0.72 0.78 0.35
HSL 4.65º 0.64% 0.4% -
HSV(B) 4.65º 0.78% 0.65% -
XYZ 17.08 10.27 2.83 -
YUV 81.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 166 47 37 0 0.72 0.78 0.35 4.65 0.64 0.4
Hex A6 2F 25 0 48 4E 23 5 40 28
Octal 246 57 45 0 110 116 43 5 100 50
Binary 10100110 101111 100101 0 1001000 1001110 100011 101 1000000 101000

Color Harmonies of #A62F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62F25

Black with #A62F25

Text Example


Text Example

White with #A62F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62F25; }

 p { color: rgb(166,47,37); }

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

background-color css

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

 a { background-color: rgb(166,47,37); }

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

border-color css

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

 span { border-color: rgb(166,47,37); }

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