Html Css Color HEX #A4630F Golden Brown

📋 copy color: '#A4630F'

red 164 ◦ green 99 ◦ blue 15

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

Shades of Golden Brown #A4630F

Tints of Golden Brown #A4630F

RGB

 RED value IS 164 (64.45% from 255) = 58.99%

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

 BLUE value IS 15 (6.25% from 255) = 5.4%

R = 58.99%
G = 35.61%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4630F (or 0xA4630F) is known color: Golden Brown. HEX triplet: A4, 63 and 0F. RGB value is (164,99,15). Sum of RGB (Red+Green+Blue) = 164+99+15=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A4630F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4630F is #5B9CF0. Grayscale: #6D6D6D. Windows color (decimal): -6003953 or 1008548. OLE color: 1008548.

HSL color Cylindrical-coordinate representation of color #A4630F: hue angle of 33.83º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4630F is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 99 15 -
CMYK 0 0.40 0.91 0.36
HSL 33.83º 0.83% 0.35% -
HSV(B) 33.83º 0.91% 0.64% -
XYZ 19.86 16.85 2.66 -
YUV 108.86 75.03 167.33 -
System Red Green Blue C M Y K H S L
Decimal 164 99 15 0 0.40 0.91 0.36 33.83 0.83 0.35
Hex A4 63 F 0 28 5B 24 22 53 23
Octal 244 143 17 0 50 133 44 42 123 43
Binary 10100100 1100011 1111 0 101000 1011011 100100 100010 1010011 100011

Color Harmonies of #A4630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4630F

Black with #A4630F

Text Example


Text Example

White with #A4630F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4630F; }

 p { color: rgb(164,99,15); }

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

background-color css

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

 a { background-color: rgb(164,99,15); }

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

border-color css

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

 span { border-color: rgb(164,99,15); }

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