Html Css Color HEX #AD651B Golden Brown

📋 copy color: '#AD651B'

red 173 ◦ green 101 ◦ blue 27

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

Shades of Golden Brown #AD651B

Tints of Golden Brown #AD651B

RGB

 RED value IS 173 (67.97% from 255) = 57.48%

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

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

R = 57.48%
G = 33.55%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD651B (or 0xAD651B) is known color: Golden Brown. HEX triplet: AD, 65 and 1B. RGB value is (173,101,27). Sum of RGB (Red+Green+Blue) = 173+101+27=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD651B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD651B is #529AE4. Grayscale: #727272. Windows color (decimal): -5413605 or 1795501. OLE color: 1795501.

HSL color Cylindrical-coordinate representation of color #AD651B: hue angle of 30.41º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD651B is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 101 27 -
CMYK 0 0.42 0.84 0.32
HSL 30.41º 0.73% 0.39% -
HSV(B) 30.41º 0.84% 0.68% -
XYZ 22.09 18.27 3.4 -
YUV 114.09 78.85 170.02 -
System Red Green Blue C M Y K H S L
Decimal 173 101 27 0 0.42 0.84 0.32 30.41 0.73 0.39
Hex AD 65 1B 0 2A 54 20 1E 49 27
Octal 255 145 33 0 52 124 40 36 111 47
Binary 10101101 1100101 11011 0 101010 1010100 100000 11110 1001001 100111

Color Harmonies of #AD651B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD651B

Black with #AD651B

Text Example


Text Example

White with #AD651B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD651B; }

 p { color: rgb(173,101,27); }

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

background-color css

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

 a { background-color: rgb(173,101,27); }

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

border-color css

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

 span { border-color: rgb(173,101,27); }

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