Html Css Color HEX #AC630D Golden Brown

📋 copy color: '#AC630D'

red 172 ◦ green 99 ◦ blue 13

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

Shades of Golden Brown #AC630D

Tints of Golden Brown #AC630D

RGB

 RED value IS 172 (67.58% from 255) = 60.56%

 GREEN value IS 99 (39.06% from 255) = 34.86%

 BLUE value IS 13 (5.47% from 255) = 4.58%

R = 60.56%
G = 34.86%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC630D (or 0xAC630D) is known color: Golden Brown. HEX triplet: AC, 63 and 0D. RGB value is (172,99,13). Sum of RGB (Red+Green+Blue) = 172+99+13=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC630D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC630D is #539CF2. Grayscale: #6F6F6F. Windows color (decimal): -5479667 or 877484. OLE color: 877484.

HSL color Cylindrical-coordinate representation of color #AC630D: hue angle of 32.45º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC630D is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 99 13 -
CMYK 0 0.42 0.92 0.33
HSL 32.45º 0.86% 0.36% -
HSV(B) 32.45º 0.92% 0.67% -
XYZ 21.55 17.72 2.67 -
YUV 111.02 72.68 171.49 -
System Red Green Blue C M Y K H S L
Decimal 172 99 13 0 0.42 0.92 0.33 32.45 0.86 0.36
Hex AC 63 D 0 2A 5C 21 20 56 24
Octal 254 143 15 0 52 134 41 40 126 44
Binary 10101100 1100011 1101 0 101010 1011100 100001 100000 1010110 100100

Color Harmonies of #AC630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC630D

Black with #AC630D

Text Example


Text Example

White with #AC630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC630D; }

 p { color: rgb(172,99,13); }

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

background-color css

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

 a { background-color: rgb(172,99,13); }

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

border-color css

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

 span { border-color: rgb(172,99,13); }

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