Html Css Color HEX #A38B3B Reef Gold

📋 copy color: '#A38B3B'

red 163 ◦ green 139 ◦ blue 59

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

Shades of Reef Gold #A38B3B

Tints of Reef Gold #A38B3B

RGB

 RED value IS 163 (64.06% from 255) = 45.15%

 GREEN value IS 139 (54.69% from 255) = 38.5%

 BLUE value IS 59 (23.44% from 255) = 16.34%

R = 45.15%
G = 38.5%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A38B3B (or 0xA38B3B) is known color: Reef Gold. HEX triplet: A3, 8B and 3B. RGB value is (163,139,59). Sum of RGB (Red+Green+Blue) = 163+139+59=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38B3B is #5C74C4. Grayscale: #898989. Windows color (decimal): -6059205 or 3902371. OLE color: 3902371.

HSL color Cylindrical-coordinate representation of color #A38B3B: hue angle of 46.15º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A38B3B is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 139 59 -
CMYK 0 0.15 0.64 0.36
HSL 46.15º 0.47% 0.44% -
HSV(B) 46.15º 0.64% 0.64% -
XYZ 25.13 26.57 7.94 -
YUV 137.06 83.95 146.5 -
System Red Green Blue C M Y K H S L
Decimal 163 139 59 0 0.15 0.64 0.36 46.15 0.47 0.44
Hex A3 8B 3B 0 F 40 24 2E 2F 2C
Octal 243 213 73 0 17 100 44 56 57 54
Binary 10100011 10001011 111011 0 1111 1000000 100100 101110 101111 101100

Color Harmonies of #A38B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38B3B

Black with #A38B3B

Text Example


Text Example

White with #A38B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38B3B; }

 p { color: rgb(163,139,59); }

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

background-color css

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

 a { background-color: rgb(163,139,59); }

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

border-color css

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

 span { border-color: rgb(163,139,59); }

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