Html Css Color HEX #A82F25 Brown

📋 copy color: '#A82F25'

red 168 ◦ green 47 ◦ blue 37

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

Shades of Brown #A82F25

Tints of Brown #A82F25

RGB

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

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

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

R = 66.67%
G = 18.65%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A82F25 (or 0xA82F25) is known color: Brown. HEX triplet: A8, 2F and 25. RGB value is (168,47,37). Sum of RGB (Red+Green+Blue) = 168+47+37=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A82F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82F25 is #57D0DA. Grayscale: #525252. Windows color (decimal): -5755099 or 2437032. OLE color: 2437032.

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

Color convert

RGB 168 47 37 -
CMYK 0 0.72 0.78 0.34
HSL 4.58º 0.64% 0.4% -
HSV(B) 4.58º 0.78% 0.66% -
XYZ 17.5 10.49 2.85 -
YUV 82.04 102.59 189.31 -
System Red Green Blue C M Y K H S L
Decimal 168 47 37 0 0.72 0.78 0.34 4.58 0.64 0.4
Hex A8 2F 25 0 48 4E 22 5 40 28
Octal 250 57 45 0 110 116 42 5 100 50
Binary 10101000 101111 100101 0 1001000 1001110 100010 101 1000000 101000

Color Harmonies of #A82F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82F25

Black with #A82F25

Text Example


Text Example

White with #A82F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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